Skip to content

Commit

Permalink
trying to move submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
emperorcezar committed Dec 24, 2011
1 parent 0174a80 commit 7a8753c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion bootstrap
Submodule bootstrap deleted from 0c7a80
1 change: 0 additions & 1 deletion django_compressor
Submodule django_compressor deleted from 441818
1 change: 1 addition & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
# versions of distributions here if needed.

Django>=1.3
django-debug-toolbar

3 changes: 3 additions & 0 deletions settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

sys.path.append(SITE_ROOT)
sys.path.append(PROJECT_ROOT + '/apps')
sys.path.append(PROJECT_ROOT + '/libs')

# Absolute path to the directory that holds media.
# Example: "/home/media/media.lawrence.com/"
Expand Down Expand Up @@ -90,6 +91,7 @@
"django.core.context_processors.i18n",
"django.core.context_processors.media",
"django.core.context_processors.request",
"django.core.context_processors.static",
"django.contrib.messages.context_processors.messages",
]

Expand All @@ -102,6 +104,7 @@
"django.contrib.sites",
"django.contrib.messages",
"django.contrib.humanize",
"debug_toolbar",

# project
]
Expand Down
2 changes: 2 additions & 0 deletions settings/development.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
DEBUG = True
TEMPLATE_DEBUG = DEBUG

SERVE_MEDIA = True

DATABASES = {
"default": {
"ENGINE": "django.db.backends.sqlite3", # Add "postgresql_psycopg2", "postgresql", "mysql", "sqlite3" or "oracle".
Expand Down
2 changes: 1 addition & 1 deletion static-files/bootstrap/js
2 changes: 1 addition & 1 deletion static-files/bootstrap/lib

0 comments on commit 7a8753c

Please sign in to comment.