Commit 02320938 by Dudás Ádám

cloud: add install command and settings for nose

parent 11006465
...@@ -162,6 +162,7 @@ INSTALLED_APPS = ( ...@@ -162,6 +162,7 @@ INSTALLED_APPS = (
'djcelery', 'djcelery',
'kombu.transport.django', 'kombu.transport.django',
'django_extensions', 'django_extensions',
'django_nose',
) )
# A sample logging configuration. The only tangible logging # A sample logging configuration. The only tangible logging
...@@ -275,4 +276,6 @@ try: ...@@ -275,4 +276,6 @@ try:
except: except:
RELEASE = 'n/a' RELEASE = 'n/a'
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
# vim: et sw=4 ai fenc=utf8 smarttab : # vim: et sw=4 ai fenc=utf8 smarttab :
#!/bin/bash #!/bin/bash
sudo pip install django_extensions sudo pip install django_extensions
sudo pip install django-nose
sudo pip install django-debug-toolbar sudo pip install django-debug-toolbar
for i in cloudstore toplist django for i in cloudstore toplist django
do 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