这是indexloc提供的服务,不要输入任何密码
Skip to content

MaxwellKendall/django-documentation-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

Django 2.2.1, Python 3.5.5/3.7.2

Local Development

Run python manage.py runserver

You'll see the following in the command line:

Performing system checks...

System check identified no issues (0 silenced).

You have unapplied migrations; your app may not work properly until they are applied.
Run 'python manage.py migrate' to apply them.

May 15, 2019 - 15:50:53
Django version 2.2, using settings 'mysite.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
  • To change the port/base run python manage.py runserver base:port
  • To create the db run python manage.py migrate
  • To connect to the db run sqlite3 db.sqlite3
    • To show tables run .schema

About

Learning Django via the official documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages