A simple Django app to conduct create Web-based Python projects and files. Powered by KnockoutJs and django-rest-framework
Project description
=====
DjangoSourceControl
=====
DjangoSourceControl is a simple Django app to create Web-based Python files and projects.
For each project, users can add, update, and create python projects, files, and versions.
Note: Django source control has a unit test suite which can be ran by 'python manage.py test' to run the repo and api authentication tests.
Quick start
-----------
1. Add "djangosourcecontrol" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'djangosourcecontrol',
]
2. Include the djangosourcecontrol URLconf in your project urls.py like this::
url(r'^djangosourcecontrol/', include('djangosourcecontrol.urls')),
3. Run `python manage.py migrate` to create the djangosourcecontrol models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to assign the can_add_project, and/or the can_run_project to user.
5. Visit http://127.0.0.1:8000/djangosourcecontrol/ to start creating projects.
DjangoSourceControl
=====
DjangoSourceControl is a simple Django app to create Web-based Python files and projects.
For each project, users can add, update, and create python projects, files, and versions.
Note: Django source control has a unit test suite which can be ran by 'python manage.py test' to run the repo and api authentication tests.
Quick start
-----------
1. Add "djangosourcecontrol" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'djangosourcecontrol',
]
2. Include the djangosourcecontrol URLconf in your project urls.py like this::
url(r'^djangosourcecontrol/', include('djangosourcecontrol.urls')),
3. Run `python manage.py migrate` to create the djangosourcecontrol models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to assign the can_add_project, and/or the can_run_project to user.
5. Visit http://127.0.0.1:8000/djangosourcecontrol/ to start creating projects.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
djangosourcecontrol-1.1.tar.gz
(415.9 kB
view details)
File details
Details for the file djangosourcecontrol-1.1.tar.gz.
File metadata
- Download URL: djangosourcecontrol-1.1.tar.gz
- Upload date:
- Size: 415.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67b51427f63cf7b4c477923057e5c9761e08a5d012ba61268de02ecc90078309
|
|
| MD5 |
258fb05ba616855a15af36f0a25d7d12
|
|
| BLAKE2b-256 |
8f45694b5652ec46b5312a2b65f869754ae8073d91cac2510454848294fa35b7
|