https://github.com/abhishek010397/python-django-deployment
https://github.com/abhishek010397/python-django-deployment
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abhishek010397/python-django-deployment
- Owner: Abhishek010397
- Created: 2020-09-16T21:47:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-16T22:43:37.000Z (about 5 years ago)
- Last Synced: 2025-02-15T11:19:06.092Z (8 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python-Django-Deployment
## Running The Setup
1. Install Docker on your system
2. Install Docker-compose on your system## Command to run the setup
sudo docker-compose up --build( to build the project for first time or rebuilding it)
## Run Migration By:-
sudo docker ps
Output is the list of all conatiners running
Get into the container:-
sudo docker exec -it bash
Then run the following command:-
python manage.py migrate