Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--setup.py2
-rw-r--r--src/pootle_it/settings.py1
3 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index e69de29..0374df2 100644
--- a/README
+++ b/README
@@ -0,0 +1,2 @@
+# gunicorn command
+./bin/django run_gunicorn -b 127.0.0.1:8002
diff --git a/setup.py b/setup.py
index a8d2c61..9611ffd 100644
--- a/setup.py
+++ b/setup.py
@@ -18,6 +18,8 @@ setup(name="pootle-it",
"translate-toolkit",
"lxml",
"pootle",
+ # GUNICORN
+ "gunicorn",
],
packages = find_packages('src'),
package_dir = {'': 'src'},
diff --git a/src/pootle_it/settings.py b/src/pootle_it/settings.py
index fb86b2f..be1537c 100644
--- a/src/pootle_it/settings.py
+++ b/src/pootle_it/settings.py
@@ -145,6 +145,7 @@ INSTALLED_APPS = (
'djblets.siteconfig',
'djblets.util',
'contact_form_i18n',
+ 'gunicorn',
)
AUTH_PROFILE_MODULE = "pootle_profile.PootleProfile"