Skip to content

mrbazzan/django-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started with Django Framework

  • To install Django

      pip install django
    
  • To create a project

      django-admin startproject mytestsite
    
  • To run the server

      python manage.py runserver
    
  • To handle migrations

      python manage.py migrate
    
  • To create a superuser for the admin page

      python manage.py createsuperuser
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors