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
- Host: GitHub
- URL: https://github.com/flexion/asset-manager
- Owner: flexion
- Created: 2013-04-12T23:42:55.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-08-11T22:21:14.000Z (almost 12 years ago)
- Last Synced: 2024-04-17T09:04:30.522Z (about 2 years ago)
- Language: Python
- Homepage:
- Size: 1.1 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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/