Skip to content

Commit

Permalink
Gets ready for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
arecker committed Oct 31, 2015
1 parent 1f38005 commit 81fdc62
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
3 changes: 3 additions & 0 deletions contacting/templates/contacting/contact.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{% extends "base.html" %}
{% block title %}
<title>Contact | Marissa's Murals</title>
{% endblock %}
{% block body %}
<div class="row">
<div class="box">
Expand Down
3 changes: 3 additions & 0 deletions contacting/templates/contacting/thanks.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{% extends "base.html" %}
{% block title %}
<title>Contact | Marissa's Murals</title>
{% endblock %}
{% block body %}
<div class="row">
<div class="box">
Expand Down
1 change: 0 additions & 1 deletion murals/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,4 @@
STATIC_ROOT = os.path.join(BASE_DIR, 'prod_static')
ADMIN_MEDIA_PREFIX = '/media/'

COMPRESS_ENABLED=True
GOOGLE_ANALYTICS_PROPERTY_ID = 'UA-42540208-9'
14 changes: 14 additions & 0 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Current version of Django
Django==1.8.2

# Common Reqs
-r common.txt

# Postgres adapter
psycopg2==2.6

# Gunicorn server
gunicorn==19.3.0

# Memcached
python-memcached

0 comments on commit 81fdc62

Please sign in to comment.