Initial version, Python 2.7
parents
Showing
.gitignore
0 → 100644
CONTRIBUTORS.txt
0 → 100644
COPYING
0 → 100644
This diff is collapsed.
Click to expand it.
LICENSE.txt
0 → 100644
README.rst
0 → 100644
circle/acl/__init__.py
0 → 100644
circle/acl/management/__init__.py
0 → 100644
circle/acl/management/commands/__init__.py
0 → 100644
circle/acl/migrations/0001_initial.py
0 → 100644
circle/acl/migrations/__init__.py
0 → 100644
circle/acl/models.py
0 → 100644
circle/acl/tests/__init__.py
0 → 100644
circle/acl/tests/models.py
0 → 100644
circle/acl/tests/test_acl.py
0 → 100644
This diff is collapsed.
Click to expand it.
circle/acl/views.py
0 → 100644
circle/bower.json
0 → 100644
circle/circle/__init__.py
0 → 100644
circle/circle/settings/__init__.py
0 → 100644
circle/circle/settings/base.py
0 → 100644
This diff is collapsed.
Click to expand it.
circle/circle/settings/local.py
0 → 100644
circle/circle/settings/production.py
0 → 100644
circle/circle/settings/selenium_test.py
0 → 100644
circle/circle/settings/test.py
0 → 100644
circle/circle/urls.py
0 → 100644
circle/circle/wsgi.py
0 → 100644
circle/common/__init__.py
0 → 100644
circle/common/backends.py
0 → 100644
circle/common/management/__init__.py
0 → 100644
circle/common/management/commands/watch.py
0 → 100644
circle/common/models.py
0 → 100644
This diff is collapsed.
Click to expand it.
circle/common/operations.py
0 → 100644
This diff is collapsed.
Click to expand it.
circle/common/tests/__init__.py
0 → 100644
circle/common/tests/celery_mock.py
0 → 100644
circle/common/tests/models.py
0 → 100644
circle/common/tests/test_models.py
0 → 100644
circle/common/tests/test_operations.py
0 → 100644
circle/common/views.py
0 → 100644
circle/dashboard/__init__.py
0 → 100644
circle/dashboard/admin.py
0 → 100644
circle/dashboard/compilers.py
0 → 100644
circle/dashboard/context_processors.py
0 → 100644
circle/dashboard/fixtures/node.json
0 → 100644
circle/dashboard/forms.py
0 → 100644
This diff is collapsed.
Click to expand it.
circle/dashboard/management/__init__.py
0 → 100644
circle/dashboard/management/commands/init.py
0 → 100644
This diff is collapsed.
Click to expand it.
circle/dashboard/migrations/0001_initial.py
0 → 100644
circle/dashboard/migrations/0003_message.py
0 → 100644
circle/dashboard/migrations/__init__.py
0 → 100644
circle/dashboard/models.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
circle/dashboard/static/dashboard/help.js
0 → 100644
8.83 KB
2.37 KB
6 KB
circle/dashboard/static/dashboard/img/og.png
0 → 100644
14.7 KB
6.33 KB
14.8 KB
27.7 KB
10.2 KB
29.1 KB
33.7 KB
63 KB
14.8 KB
62.6 KB
22.6 KB
6.75 KB
circle/dashboard/static/dashboard/profile.js
0 → 100644
circle/dashboard/static/dashboard/store.js
0 → 100644