File: settings.py

package info (click to toggle)
python-django-js-asset 3.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: python: 210; sh: 18; makefile: 10
file content (6 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
DATABASES = {"default": {"ENGINE": "django.db.backends.sqlite3", "NAME": ":memory:"}}

INSTALLED_APPS = ["django.contrib.staticfiles"]

STATIC_URL = "/static/"
SECRET_KEY = "supersikret"