This Application is Django based. Allows Registration, Login, CRUD Functionality, Change Profile of User, Pagination etc.
Check Application : https://my-blogapp.herokuapp.com/
- Django 2.1.5
Install Using :
pip3 install django
- Work In Virtual Environment
Create using:
python3 -m venv <env_name>
- Python 3.7.2
- Git clone to
- Create Virtual Environment: Activate steps shown above ⬆️
- Install Django
- Go to base directory of Application
- Simply do -
python manage.py runserver
- Enjoy
Only for Intermediate/Advanced Users