git clone https://github.com/jiisanda/BlogitOrnot.git
pip install -r requirements.txt
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py migrate --run-syncdb
Superuser can be created to access the django admin
python3 manage.py createsuperuser
Enter the asked fields...
Home Page with List View |
Add a new Post |
Edit Post |
Detail View of a Post |
Add a Note |
Update a note |
Add a Blog Category |
User Profile Page |
This project is licensed under the MIT License - see the LICENSE file for details.