https://github.com/melardev/djangoapiblog
https://github.com/melardev/djangoapiblog
api blog django python rest rest-api rest-framework
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/melardev/djangoapiblog
- Owner: melardev
- Created: 2019-02-19T14:48:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T14:48:45.000Z (over 7 years ago)
- Last Synced: 2025-03-21T02:46:06.828Z (over 1 year ago)
- Topics: api, blog, django, python, rest, rest-api, rest-framework
- Language: Python
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
This is a Django rest framework Blog api, it is an uncompleted project.
If you want a more advanced project look at the E-commerce Api written in Django in my Github repository.
# Getting started
1. Git clone the project
2. Execute reset_all.ps1 to reset the migrations, the database and seed the database.
# Features Implemented so far
- Seed all the models with faker
- Some controllers are already finished: Articles, Like, User Subscription and Comment
# Useful commands
python3 manage.py shell -i ipython
python3 manage.py shell_plus --notebook
%load_ext autoreload
# Steps
# TODO
- Paginator does not update his default offset or limit fields
if we change them in views.py
- Why some comment replies point to a different article than the replied comment
-