This Django project is currently in read-only mode.
You're welcome to explore the code and interact with the live application, but editing features are disabled.
Visit the live application
Circumeo provides a PostgreSQL database for your project.
The following snippet shows how to connect to the provided database. You can also find this info and more in the documentation.
DATABASES = { "default": { "ENGINE": "django.db.backends.postgresql", "NAME": os.environ["POSTGRES_DB"], "USER": os.environ["POSTGRES_USER"], "PASSWORD": os.environ["POSTGRES_PASSWORD"], "HOST": os.environ["POSTGRES_HOST"], "PORT": os.environ["POSTGRES_PORT"], } }
The DATABASES block may already be updated if you checked Update settings earlier.
DATABASES
You can update this project simply by pushing updates to the branch.
New packages will be installed when added to requirements.txt and any new migrations will be applied.
requirements.txt
Okay, have fun!
Dev mode is enabled (toggle is under Settings tab).
This means that your app will automatically restart as files are changed.
You do not need to click the Deploy button unless requirements.txt has changed or there are unapplied database migrations.
Upgrade to the Pro tier for just $4/month!
Benefits of the Pro tier include:
Git push detected. Please refresh to see the latest changes.