Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
piphone
campaign
Commits
d543e22e
Commit
d543e22e
authored
Nov 21, 2014
by
Aymeric Barantal
Browse files
enhance README with some basic django commands for testing
parent
05443afe
Changes
1
Hide whitespace changes
Inline
Side-by-side
README
View file @
d543e22e
...
...
@@ -16,4 +16,18 @@ python setup.py install
Edit settings.py according to what type of database you want to use
and others settings related to your environment.
See django configuration.
## Synchronize database
./manage.py syncdb
it will ask for creation of a superuser
If syncdb ran previously, commands are:
./manage.py makemigrations
./manage.py syncdb
## Test
./manage.py runserver
Then open your browser to http://127.0.0.1/admin
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment