Skip to content

Dhruv-Sutail/Blog-website-Django-3.1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 58.2%
  • Python 30.1%
  • JavaScript 6.9%
  • CSS 4.8%