django runserver

58

python django shell command -

$ python manage.py shell
...
>>> execfile('myscript.py')

Run django server -

→ ./manage.py runserver

Comments

Submit
0 Comments