Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airtonix/django-project-template
my project template for django projects
https://github.com/airtonix/django-project-template
Last synced: 10 days ago
JSON representation
my project template for django projects
- Host: GitHub
- URL: https://github.com/airtonix/django-project-template
- Owner: airtonix
- Created: 2013-11-13T13:54:33.000Z (about 11 years ago)
- Default Branch: develop
- Last Pushed: 2013-12-10T02:54:54.000Z (about 11 years ago)
- Last Synced: 2024-05-21T03:17:25.817Z (8 months ago)
- Size: 840 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Airtonix Django Project Template
================================## Technologies
Zurb Foundation, AngularJS, Compressor, Celery, Redis, Post Office, Ansible, Vagrant.
### Deployment
* Ansible playbook:
one time install from : https://github.com/airtonix/ansible-django/### Assets
* zurb-foundation 4
* compass
* sass
* django-compressor
* cssmin
* manifesto
* django-favicon
* django-url-robots
* django-google-tools
* Pillow
* sorl-thumbnail### Security
* django-lockout
* django-user-accounts### Emails
* django-post-office
### Feature Flip
* django-waffle
### Models and Database
* South
* django-postgrespool
* django-annoying
* django-extensions
* django-model-utils
* django-mptt
* django-mptt-menu
* django-ordered-model### Admin
* django-admin-shortcuts
* django-admin-sortable
* djangocms-admin-style
* custom-admin-style### Message Queue
* django-celery-clearcache
* django-celery-email-with-retry
* django-celery-with-redis
* django-celery### Cache
* django-redis-cache
* hiredis
* johnny-cache
* python-memcached### Local Dev
* compass watch runserver
* debug-toolbar# Getting started
```
$ mkvirtualenv example.com
(example.com)$ pip install django==1.5.4
(example.com)$ django-admin.py startproject --tempalte=https://github.com/airtonix/django-project-template.git example.com
(example.com)$ cd example.com
(example.com)$ pip install -r ./requirements/base.txt
(example.com)$ cd application
(example.com)$ ./manage.py syncdb --noinput
(example.com)$ ./manage.py migrate
```