/django-postgres

Docker Container for Django + PostgreSQL

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

django-postgres

Docker Container for Django + PostgreSQL

Usage

This repo uses Docker Compose power, all you need to do is to run the following command inside the repo folder:

docker-compose up

And then go to your browser/hosting/address and request connection to port 8000 (by default).

localhost:8000
182.162.0.1:8000

And that's all, now you have a simple DJango project start running.