Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robnewman/rover
Rover Code Project
https://github.com/robnewman/rover
Last synced: about 1 month ago
JSON representation
Rover Code Project
- Host: GitHub
- URL: https://github.com/robnewman/rover
- Owner: robnewman
- Created: 2013-06-24T22:12:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-25T19:47:10.000Z (over 11 years ago)
- Last Synced: 2023-03-11T21:37:36.120Z (over 1 year ago)
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 backendCaveats
=======* 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