postgres module

Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
Nico Schottelius 2015-05-14 01:24:40 +02:00
commit 9b48d37674
2 changed files with 5 additions and 3 deletions

View file

@ -12,6 +12,7 @@ https://docs.djangoproject.com/en/1.8/ref/settings/
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
import os
import django.db.backends.postgresql_psycopg2
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))