-
Notifications
You must be signed in to change notification settings - Fork 0
ujjwalwahi/smarthousing
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# Dockerfile - build docker-compose build # docker container - create or recreate docker-compose up # start project docker-compose run web django-admin.py startproject smarthousing smarthousing/ # Start django sudo docker-compose run web # ip address of docker container docker inspect 72c652097dc7 # start project as non root user docker-compose run web su -m ujjwal -c "django-admin.py startproject smarthousing smarthousing/" # start django server docker-compose run web # create new django app docker-compose run web su -m ujjwal -c "python smarthousing/manage.py startapp requestlogs smarthousing/apps/requestlogs"
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published