Skip to content

A pre-configured setup for Django, Nginx, and PostgreSQL that can be easily customized to fit specific project requirements.

Notifications You must be signed in to change notification settings

Maham-Anwaar/DockerizedDjango

Repository files navigation

Clone the repo and then use the following command to start the app

1. docker-compose build
2. docker-compose up

Migrations

When you want to migrate db changes

1. docker-compose run web python manage.py makemigrations
2. docker-compose run web python manage.py migrate

Collect static

docker-compose exec web python manage.py collectstatic

About

A pre-configured setup for Django, Nginx, and PostgreSQL that can be easily customized to fit specific project requirements.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published