Skip to content

Instantly share code, notes, and snippets.

@ihabunek
Created March 15, 2015 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ihabunek/e0041d433453badc8457 to your computer and use it in GitHub Desktop.
Save ihabunek/e0041d433453badc8457 to your computer and use it in GitHub Desktop.
ihabunek@groucho: ~/projects/webcamp/conference-web (master) $ sudo docker-compose up
Recreating conferenceweb_db_1...
Recreating conferenceweb_web_1...
Attaching to conferenceweb_db_1, conferenceweb_web_1
web_1 | Performing system checks...
web_1 |
web_1 | System check identified no issues (0 silenced).
web_1 |
web_1 | You have unapplied migrations; your app may not work properly until they are applied.
web_1 | Run 'python manage.py migrate' to apply them.
web_1 | March 15, 2015 - 17:35:30
web_1 | Django version 1.7.4, using settings 'project.settings'
web_1 | Starting development server at http://0.0.0.0:8000/
web_1 | Quit the server with CONTROL-C.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment