diff options
author | ankitjavalkar | 2017-10-23 16:52:15 +0530 |
---|---|---|
committer | ankitjavalkar | 2017-11-08 18:36:26 +0530 |
commit | 92cf26964ba486c166d730f0315b93d635e3f50c (patch) | |
tree | de4b5e65f51ce381616da49ada39c9b8628d6cdf | |
parent | e65b605e59c1384ad9607c99484107929248f220 (diff) | |
download | online_test-92cf26964ba486c166d730f0315b93d635e3f50c.tar.gz online_test-92cf26964ba486c166d730f0315b93d635e3f50c.tar.bz2 online_test-92cf26964ba486c166d730f0315b93d635e3f50c.zip |
Remove FIXTURE_DIR variable from settings.py
-rw-r--r-- | online_test/settings.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/online_test/settings.py b/online_test/settings.py index 90cce9d..a690d46 100644 --- a/online_test/settings.py +++ b/online_test/settings.py @@ -33,8 +33,6 @@ URL_ROOT = '' # Application definition -FIXTURE_DIRS = os.path.join(BASE_DIR, "yaksh", "fixtures") - INSTALLED_APPS = ( 'django.contrib.admin', 'django.contrib.auth', |