This website works better with JavaScript
Home
Explore
Help
Sign In
yangck
/
celery
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Move Django example one dir below
Ask Solem
12 years ago
parent
ccad83ee21
commit
40aadcb9b4
15 changed files
with
0 additions
and
0 deletions
Split View
Show Diff Stats
0
0
examples/django/README.rst
0
0
examples/django/demoapp/__init__.py
0
0
examples/django/demoapp/models.py
0
0
examples/django/demoapp/tasks.py
0
0
examples/django/demoapp/tests.py
0
0
examples/django/demoapp/views.py
0
0
examples/django/manage.py
0
0
examples/django/proj/__init__.py
0
0
examples/django/proj/settings.py
0
0
examples/django/proj/urls.py
0
0
examples/django/proj/wsgi.py
0
0
examples/django/tasks/__init__.py
0
0
examples/django/tasks/models.py
0
0
examples/django/tasks/tests.py
0
0
examples/django/tasks/views.py
+ 0
- 0
examples/django/proj/README.rst → examples/django/README.rst
View File
+ 0
- 0
examples/django/proj/demoapp/__init__.py → examples/django/demoapp/__init__.py
View File
+ 0
- 0
examples/django/proj/demoapp/models.py → examples/django/demoapp/models.py
View File
+ 0
- 0
examples/django/proj/demoapp/tasks.py → examples/django/demoapp/tasks.py
View File
+ 0
- 0
examples/django/proj/demoapp/tests.py → examples/django/demoapp/tests.py
View File
+ 0
- 0
examples/django/proj/demoapp/views.py → examples/django/demoapp/views.py
View File
+ 0
- 0
examples/django/proj/manage.py → examples/django/manage.py
View File
+ 0
- 0
examples/django/proj/proj/__init__.py → examples/django/proj/__init__.py
View File
+ 0
- 0
examples/django/proj/proj/settings.py → examples/django/proj/settings.py
View File
+ 0
- 0
examples/django/proj/proj/urls.py → examples/django/proj/urls.py
View File
+ 0
- 0
examples/django/proj/proj/wsgi.py → examples/django/proj/wsgi.py
View File
+ 0
- 0
examples/django/proj/tasks/__init__.py → examples/django/tasks/__init__.py
View File
+ 0
- 0
examples/django/proj/tasks/models.py → examples/django/tasks/models.py
View File
+ 0
- 0
examples/django/proj/tasks/tests.py → examples/django/tasks/tests.py
View File
+ 0
- 0
examples/django/proj/tasks/views.py → examples/django/tasks/views.py
View File