Commit 02320938 by Dudás Ádám

cloud: add install command and settings for nose

parent 11006465
......@@ -162,6 +162,7 @@ INSTALLED_APPS = (
'djcelery',
'kombu.transport.django',
'django_extensions',
'django_nose',
)
# A sample logging configuration. The only tangible logging
......@@ -275,4 +276,6 @@ try:
except:
RELEASE = 'n/a'
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
# vim: et sw=4 ai fenc=utf8 smarttab :
#!/bin/bash
sudo pip install django_extensions
sudo pip install django-nose
sudo pip install django-debug-toolbar
for i in cloudstore toplist django
do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment