Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robnewman/rover

Rover Code Project
https://github.com/robnewman/rover

Last synced: about 1 month ago
JSON representation

Rover Code Project

Awesome Lists containing this project

README

        

rover
=====

Rover Test Code Project

Assumptions
===========

* Package management with [Pip](https://pypi.python.org/pypi/pip)
* [Virtualenv](https://pypi.python.org/pypi/virtualenv) installed
* Image manipulation with [django-stdimage](https://github.com/pivotal-energy-solutions/django-stdimage)
* Breadcrumbs by [django-breadcrumbs](https://github.com/chronossc/django-breadcrumbs)
* [South](http://south.aeracode.org/) for database migrations
* A DVCS (such as Git)
* Sqlite backend

Caveats
=======

* Dynamic behavior provided by [jQuery](http://jquery.com/)
* Layout and styles via [Twitter Bootstrap](http://twitter.github.io/bootstrap/), provided by [NetDNA CDN](http://www.bootstrapcdn.com/)

Limitations
===========

* Form uploads implemented with CBV ModelForm but not working