Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Update readme with superuser creation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jishi9 authored Jun 15, 2016
1 parent d7bbc58 commit d3cfdfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ Even with these basic mechanics, there is quite a lot of complexity in creating
* Make and activate a virtualenv (We recommend [virtualenvwrapper](http://virtualenvwrapper.readthedocs.org/en/latest/index.html)) - if you have a Mac see the following section.
* e.g. the first time, `mkvirtualenv -a path/to/aimmo aimmo`
* and thereafter `workon aimmo`
* You might need to create an admin account the first time around:
`python example_project/manage.py createsuperuser`
* `./run` in your aimmo dir - This will:
* install all of the dependencies using pip
* sync the database
Expand Down

0 comments on commit d3cfdfb

Please sign in to comment.