Skip to content
#

django-cms

Here are 153 public repositories matching this topic...

ribrea
ribrea commented Feb 10, 2022

In CRMs there are a lot of datastore and being fast is so important, I thought it would be great if we try to add PostgreSQL as a Database to the project and add a Setting to manage and switch between Database as:

# in setting.py
# -- Snip
Postgres = True
if Postgres:
  DATABASES = {
      'default': {
          'ENGINE': 'django.db.backends.postgresql_psycopg2',
          'NAM

Improve this page

Add a description, image, and links to the django-cms topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the django-cms topic, visit your repo's landing page and select "manage topics."

Learn more