{ "info": { "author": "Daniel J Pepka", "author_email": "pepkad@wsu.edu", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.10", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nDjangoSourceControl\n=====\n\nDjangoSourceControl is a simple Django app to create Web-based Python files and projects.\nFor each project, users can add, update, and create python projects, files, and versions.\n\nNote: 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.\n\nQuick start\n-----------\n\n1. Add \"djangosourcecontrol\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'djangosourcecontrol',\n ]\n\n2. Include the djangosourcecontrol URLconf in your project urls.py like this::\n\n url(r'^djangosourcecontrol/', include('djangosourcecontrol.urls')),\n\n3. Run `python manage.py migrate` to create the djangosourcecontrol models.\n\n4. Start the development server and visit http://127.0.0.1:8000/admin/\n to assign the can_add_project, and/or the can_run_project to user.\n\n5. Visit http://127.0.0.1:8000/djangosourcecontrol/ to start creating projects.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kull2222/DjangoSourceControl/", "keywords": null, "license": "gpl-3.0", "maintainer": null, "maintainer_email": null, "name": "djangosourcecontrol", "package_url": "https://pypi.org/project/djangosourcecontrol/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/djangosourcecontrol/", "project_urls": { "Homepage": "https://github.com/kull2222/DjangoSourceControl/" }, "release_url": "https://pypi.org/project/djangosourcecontrol/1.1/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app to conduct create Web-based Python projects and files. Powered by KnockoutJs and django-rest-framework", "version": "1.1" }, "last_serial": 2508297, "releases": { "1.1": [ { "comment_text": "", "digests": { "md5": "258fb05ba616855a15af36f0a25d7d12", "sha256": "67b51427f63cf7b4c477923057e5c9761e08a5d012ba61268de02ecc90078309" }, "downloads": -1, "filename": "djangosourcecontrol-1.1.tar.gz", "has_sig": false, "md5_digest": "258fb05ba616855a15af36f0a25d7d12", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 415915, "upload_time": "2016-12-09T07:59:25", "url": "https://files.pythonhosted.org/packages/8f/45/694b5652ec46b5312a2b65f869754ae8073d91cac2510454848294fa35b7/djangosourcecontrol-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "258fb05ba616855a15af36f0a25d7d12", "sha256": "67b51427f63cf7b4c477923057e5c9761e08a5d012ba61268de02ecc90078309" }, "downloads": -1, "filename": "djangosourcecontrol-1.1.tar.gz", "has_sig": false, "md5_digest": "258fb05ba616855a15af36f0a25d7d12", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 415915, "upload_time": "2016-12-09T07:59:25", "url": "https://files.pythonhosted.org/packages/8f/45/694b5652ec46b5312a2b65f869754ae8073d91cac2510454848294fa35b7/djangosourcecontrol-1.1.tar.gz" } ] }