Skip to content

comandrei/django-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Setup

pip3 install django
# Only run these when starting up a new server
# django-admin startproject my_project
# cd my_project
python3 manage.py migrate
python3 manage.py createsuperuser
python3 manage.py runserver

https://127.0.0.1:8000/admin and login with credentials

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages