Skip to content
This repository was archived by the owner on Apr 7, 2018. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys

if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "mike.settings")
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "mike.setting.develop_setting")
try:
from django.core.management import execute_from_command_line
except ImportError:
Expand Down
11 changes: 0 additions & 11 deletions src/mike/models.py

This file was deleted.