Skip to content
Snippets Groups Projects
Commit d3b65e16 authored by Leonardo J. Caballero G's avatar Leonardo J. Caballero G
Browse files

Updated the way to use django by shell command

parent 999dab40
Branches
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ A Djanfo hello world example
Followed by::
$ bin/django syncdb
$ python manage.py syncdb
At which point you should see::
......@@ -38,7 +38,7 @@ Followed by a prompt for your username and new password::
After which you can run::
$ bin/django runserver
$ python manage.py runserver
And open the following URL in your web browser:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment