Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
02320938
authored
Jun 22, 2013
by
Dudás Ádám
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cloud: add install command and settings for nose
parent
11006465
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
cloud/settings/base.py
+3
-0
miscellaneous/devenv/nextinit.sh
+1
-0
No files found.
cloud/settings/base.py
View file @
02320938
...
...
@@ -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 :
miscellaneous/devenv/nextinit.sh
View file @
02320938
#!/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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment