Military Camera project
Project description
django-milcam is a backend and frontend for Military Camera project
Installation
Obtain your copy of source code from git repository: git clone https://github.com/anonymous-ukrainian-patriot/django-milcam.git. Or download latest release from https://github.com/anonymous-ukrainian-patriot/django-milcam/tags.
Run python ./setup.py install from repository source tree or unpacked archive. Or use pip: pip install django-milcam.
You will then want to create the necessary tables. If you are using south for schema migrations, you’ll want to:
python manage.py migrate milcam
For those who are not using south, a normal syncdb will work:
python manage.py syncdb
Configuration
Add 'uuidfield', 'geoposition', 'sorl.thumbnail', 'milcam', 'tastypie' and 'django_js_reverse' to settings.INSTALLED_APPS.
- INSTALLED_APPS = (
…,
‘uuidfield’, ‘geoposition’, ‘sorl.thumbnail’, ‘tastypie’, ‘django_js_reverse’, ‘milcam’,
…,
)
Add 'milcam.context_processors.api_name' to settings.TEMPLATE_CONTEXT_PROCESSORS.
- TEMPLATE_CONTEXT_PROCESSORS = (
…,
‘milcam.context_processors.api_name’,
…,
)
And to urls.py.
- urlpatterns = patterns(‘’,
…,
url(r’^milcam/’, include(‘milcam.urls’)),
…,
)
Licensing
django-milcam is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. For complete license text see COPYING file. All rights to all the libraries are located in the milcam/static/milcam/lib directory belong to their authors.
Contacts
Project Website: https://github.com/anonymous-ukrainian-patriot/django-milcam
Author: Anonymous Ukrainian Patriot <anonymous.ukrainian.patriot@gmail.com>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-milcam-0.3.1.tar.gz.
File metadata
- Download URL: django-milcam-0.3.1.tar.gz
- Upload date:
- Size: 482.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb215d0675b053547399c529bd683fd1d60fa63b3a4c4b53a5bc19bdc6440c84
|
|
| MD5 |
a20c091eaed60d6e4eb57bd5f5120674
|
|
| BLAKE2b-256 |
432ad19d1c9e5b6dd63c8bcd13d477717471608d21c90a1e80462c98cfcb5501
|