Skip to content

Commit 84acf3e

Browse files
committed
Reformatted the file system so webfaction can host it.
1 parent 20380a9 commit 84acf3e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1429
-308
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55
*.css~
66
*.js~
77

8+
#Python object files
9+
*.pyc
10+
*.pyc~

apps/__init__.pyc

-137 Bytes
Binary file not shown.

apps/settings.pyc

-3.22 KB
Binary file not shown.

apps/urls.pyc

-2.85 KB
Binary file not shown.

apps/wsgi.pyc

-1 KB
Binary file not shown.

manage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys
44

55
if __name__ == "__main__":
6-
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "apps.settings")
6+
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "myproject.settings")
77

88
from django.core.management import execute_from_command_line
99

media/.DS_Store

6 KB
Binary file not shown.

media/css/.DS_Store

12 KB
Binary file not shown.

media/css/bootstrap-select.css

Lines changed: 268 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

media/css/bootstrap-select.min.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)