Skip to main content

drop postgres database from django settings

Project description

Installation

$ [sudo] pip install django-postgres-dropdb

settings.py

INSTALLED_APPS = [
    "django_postgres_dropdb",
]

Commands

command help
python manage.py dropdb drop postgres database

Examples

settings.py

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.postgresql',
        'NAME': os.getenv('DB_NAME'),
        'USER': os.getenv('DB_USER'),
        'PASSWORD': os.getenv('DB_PASS'),
        'HOST': os.getenv('DB_HOST'),
        'PORT': os.getenv('DB_PORT'),
    }
}
$ python manage.py dropdb
$ python manage.py dropdb "default"

Related projects

django-readme-generator

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-postgres-dropdb-2019.7.10.tar.gz (2.0 kB view details)

Uploaded Source

File details

Details for the file django-postgres-dropdb-2019.7.10.tar.gz.

File metadata

  • Download URL: django-postgres-dropdb-2019.7.10.tar.gz
  • Upload date:
  • Size: 2.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.3

File hashes

Hashes for django-postgres-dropdb-2019.7.10.tar.gz
Algorithm Hash digest
SHA256 13fef13e08294c731e05511ba2d9b048f1e03787f1a8014f62217d1b82379c62
MD5 7a5ef47aebc996b3903fc34e59e4fee1
BLAKE2b-256 c30c9dc92c1237be82fbb8669a77dbc3cb5b42b81a39e8ca00081e754b9c0e06

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page