Django
Create a project and the standard files + directories
django-admin startproject myproject
update all db changes, schema updates
$ python3 manage.py migrate
run django webserver with
$ python3 manage.py runserver
...
Create a project and the standard files + directories
django-admin startproject myproject
update all db changes, schema updates
$ python3 manage.py migrate
run django webserver with
$ python3 manage.py runserver
...
vigor: django (last edited 2018-08-18 23:51:17 by PieterSmit)