Skip to content

k1000/django-stratus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

django-stratus - GIT integrated online developement. Known to work in Django 1.3

Features

  • manage multimple Projects - GIT repositories
  • create/uplod/modify/delete files together with GIT commits
  • view commit history and its diffs for any file
  • browse and view files as tehy was in any point of the repo history
  • editor syntax highliting (thanx to CodeMirror 2)
  • editor zen-coding for .html nad .css files ( thanx to zen-texarea.js )

Installation

  1. Requires GitPython http://packages.python.org/GitPython/0.3.2/index.html:

    pip  install GitPython
  2. Download and install:

    git clone https://github.com/k1000/django-stratus
    cd django-stratus
    python setup.py install

    or using pip:

    pip install -e git+https://github.com/k1000/django-stratus#egg=stratus
  3. Add "stratus" to your INSTALLED_APPS in "settings.py"

TODO

DEPENDENCIES

LICENSE

django-stratus is released under the MIT License. See the LICENSE file for more details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published