Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 370 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 370 Bytes

Blog-website-Django-3.1

Python module Requirements

pip install django==3.1
pip install pillow

Commands to Run Project

python manage.py migrate
python manage.py makemigrations
python manage.py run server

To Create SuperUser For Admin Pannel

+ python manage.py createsuperuser

This blog will also be suprorted in phython 3.9 LTS