Skip to main content

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.

Project details


Release history Release notifications | RSS feed

This version

1.1

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

djangosourcecontrol-1.1.tar.gz (415.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page