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.
- Git clone the project
- Execute reset_all.ps1 to reset the migrations, the database and seed the database.
- Seed all the models with faker
- Some controllers are already finished: Articles, Like, User Subscription and Comment
python3 manage.py shell -i ipython python3 manage.py shell_plus --notebook %load_ext autoreload
- 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