Skip to content

Commit ac7ddbe

Browse files
author
shaunsephton
committed
first commit
1 parent 4a9026c commit ac7ddbe

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

buildout.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ newest=false
77

88
[django]
99
recipe=djangorecipe
10+
settings=settings
1011
eggs=django-ckeditor
1112

1213
[media-links]

project/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
PATH = os.path.split(os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]))))[0]
88

9+
DEBUG = True
10+
911
ADMINS = (
1012
# ('Your Name', 'your_email@example.com'),
1113
)

0 commit comments

Comments
 (0)