Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. FOLLOWING: https://docs.docker.com/compose/django
  2. mkdir django-server
  3. cd django-server
  4. I created Dockerfile, requirements.txt and docker-compose.yml (code is in the first steps of the turorial)
  5. The last command i executed is:
  6. sudo docker-compose run web django-admin startproject composeexample .
  7. this command is supposed to create the startproject folder and manage.py (django related). It does not. It just outputs "Starting django-server_db_1 ... done"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement