Skip to content

ansh9690/Django-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django-Blog

How do I run this project locally?

  1. Clone the repository:
    git clone https://github.com/ansh9690/Django-Blog.git
  2. pip install -r requirements.txt
  3. Run migrations:
    python manage.py migrate
  4. Create a user:
    python manage.py createsuperuser
  5. Run the server:
    python manage.py runserver\
  6. And open 127.0.0.1:8000/login in your web browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published