Skip to content

Commit

Permalink
Django configration settings modified and gitignore updated
Browse files Browse the repository at this point in the history
  • Loading branch information
deshraj committed Oct 21, 2016
1 parent 9f425fd commit e1dfd1f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 148 deletions.
18 changes: 1 addition & 17 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,7 @@ coverage.xml

# Django stuff:
*.log
local_settings.py

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy
dev.py

# Sphinx documentation
docs/_build/
Expand All @@ -72,18 +65,9 @@ target/
# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# dotenv
.env

# virtualenv
venv/
ENV/

# Spyder project settings
.spyderproject

# Rope project settings
.ropeproject
120 changes: 0 additions & 120 deletions evalai/settings.py

This file was deleted.

11 changes: 0 additions & 11 deletions settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,6 @@
WSGI_APPLICATION = 'evalai.wsgi.application'


# Database
# https://docs.djangoproject.com/en/1.10/ref/settings/#databases

DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
}
}


# Password validation
# https://docs.djangoproject.com/en/1.10/ref/settings/#auth-password-validators

Expand Down

0 comments on commit e1dfd1f

Please sign in to comment.