-
-
django-project-skel
...
```
### Install requirements ###
```bash
cd {{ project_name }}
pip install -r requirements.txt
```
### Configure project ###
```bash
cp {{ project_name }}/__local_settings.py {{ project_name }}/local_settings.py
vi {{ project_name }}/local_settings.py
...
-
python-autocheck
... tries to figure out if it runs in a django project
(``./manage.py`` exists, contains ``DJANGO_SETTINGS_MODULE``, ``django``
is importable). ... (<1.6)
The latter is not compatible with the old ``./manage.py test`` command,
instead it tries to reproduce the ...
-
django-project-skeleton
A skeleton for Django 1.4's new project template support.
{{ project_name|title }}
========================
You should write some ... py startproject --template= -epy,rst
Usage
-----
To use ``manage.py`` to execute scripts you must explicitly include ...
-
django-archetype
... kennedy/myproject.git)
1. Clone this repo into your project name, and set up the remotes:
```bash
git ... ```
Getting a django shell
----------------------
```bash
heroku run python project/manage.py shell_plus
```
Fabric
======
A base set of ...
-
wp-project-tools
... scripts for automated deployment.
One-liner to setup a new project using these tools:
bash -c "$(curl -fsSL https://raw. ... required python packages for using all of these tools
* `manage.sh shell`
Starts an interactive WordPress shell. Evaluate php ...
-
konnen
... /python-environments/konnen/bin/python /srv/python-environments/konnen/project/manage.py update_index --age=2 --remove # Update whoosh ... -r pip-requirements.txt
$ python project/manage.py syncdb
$ python project/manage.py migrate
Load sms control ...
-
rvmrc-for-django
... and activate virtual enviroment for team members
####Basic workflow/usage:
project tree is like:
-- project
-- django-project
-- manage.py
-- requirements.txt
-- dev-requirement.txt
-- ...
-- ...
...
-
PanTilt-Project
Project involving FPGA's and microcontrollers to manage a pan/tilt frame.
# Pan-Tilt System #
The system is split in ... of the README discusses the C code/microcontroller part of the project.
### Compiling the code ###
A Makefile is supplied for GNU make to ...
-
MGWT-GWTP-diary-agenda-planner-project
... of the code employs the GWTP framework, objectify is used to manage GAE, the command pattern is employed to communicate with the ... the desired appearance animation as a parameter. I hope this project will help refine a good tools library to integrate both ...
-
sct-communitytools
... and
similiar websites designed to be easily pluggable into any django
project to build.
It currently consists of a forum, wiki ... run once a day (or similar)
/path/to/your/django/project/manage.py sph_maintenance
### Cache
SCT makes use of django ...
-