Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashkathe/blog-website-api.py
Backend for Blog Website made with Django
https://github.com/yashkathe/blog-website-api.py
Last synced: about 4 hours ago
JSON representation
Backend for Blog Website made with Django
- Host: GitHub
- URL: https://github.com/yashkathe/blog-website-api.py
- Owner: yashkathe
- Created: 2024-05-20T01:41:10.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-08T08:12:56.000Z (4 months ago)
- Last Synced: 2024-07-09T09:31:13.021Z (4 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django REST Framework for my Blog
database- sqllite
## Documentation
### Database
1. [Model](./blog_metadata/models.py)
2. [Admin Site](./blog_metadata/admin.py)### Rest API
1. [Serializers](./blog_metadata/serializers.py)
2. [Core API logic (Views)](./blog_metadata/views.py)
3. [Routes in App (URLs)](./blog_metadata/urls.py)