Skip to content

Commit

Permalink
Major design and layout rework
Browse files Browse the repository at this point in the history
Based on a template provided by Matthew, this is a major rework of the
whole site to look better and more modern.
This is still work-in-progress.
  • Loading branch information
eht16 committed Oct 29, 2013
1 parent 96d4000 commit 7a8ce95
Show file tree
Hide file tree
Showing 28 changed files with 9,977 additions and 379 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -4,5 +4,6 @@ www.geany.org
About
-----
This is new website code for www.geany.org.
It's based on Django and uses Mezzanine (http://mezzanine.jupo.org/, the coolest Django CMS).
It's based on Django and uses Mezzanine (http://mezzanine.jupo.org/, the coolest Django CMS)
for content management.

3 changes: 2 additions & 1 deletion geany/settings.py
Expand Up @@ -146,6 +146,7 @@

# Make this unique, and don't share it with anybody.
SECRET_KEY = "to-be-configured-in-local-settings"
NEVERCACHE_KEY = "to-be-configured-in-local-settings"

# Tuple of IP addresses, as strings, that:
# * See debug comments, when DEBUG is true
Expand Down Expand Up @@ -313,6 +314,7 @@
"mezzanine.core.middleware.UpdateCacheMiddleware",
"django.contrib.sessions.middleware.SessionMiddleware",
"django.contrib.auth.middleware.AuthenticationMiddleware",
#"django_log_failed_auth.middleware.FailedAuthenticationMiddleware",
"django.contrib.redirects.middleware.RedirectFallbackMiddleware",
"django.middleware.common.CommonMiddleware",
"django.middleware.csrf.CsrfViewMiddleware",
Expand Down Expand Up @@ -398,7 +400,6 @@
NIGHTLYBUILDS_BASE_DIR = '/path/to/nightly/builds'



LOGGING = {
'version': 1,
'disable_existing_loggers': True,
Expand Down

0 comments on commit 7a8ce95

Please sign in to comment.