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

https://github.com/flexion/asset-manager

A generic asset manager, written in Django
https://github.com/flexion/asset-manager

Last synced: 4 months ago
JSON representation

A generic asset manager, written in Django

Awesome Lists containing this project

README

          

Asset Manager
=============

..is an asset manager that is generic enough that it should be able to handle most asset tracking needs.

Getting Started
---------------

* check out the repository, enter it and run:

$ ./setup.sh

* if you encounter errors with installation of pip packages

* Make sure [GCC](http://gcc.gnu.org/) is installed
* If PIL install fails, [check this](http://jj.isgeek.net/2011/09/install-pil-with-jpeg-support-on-ubuntu-oneiric-64bits/) [or this](http://www.sandersnewmedia.com/why/2012/04/16/installing-pil-virtualenv-ubuntu-1204-precise-pangolin/)

* make sure the assets/assets/local_settings.py file generated by the last step meets your needs

* run a server:

$ ./start.sh

* view the application:

http://localhost:2000/