Sign inSign up

stackatoapps/django-gtd

By stackatoapps

Updated almost 11 years ago

Image
0

1.8K

stackatoapps/django-gtd repository overview

Django GTD

A sample Getting Things Done (GTD) app using PostgreSQL, Memcached and the Django admin interface. To create projects, actions, context or make any modifications, use the Django admin URL at http://<app-url>/admin/.

Local development

pypm install -r requirements.txt
python manage.py syncdb
python manage.py migrate
python manager.py runserver

Deploying to Stackato

Push to the cloud, and then initialize the database:

stackato push -n

Visit http://gtd.stackato.local/ to see the list of tasks. Visit http://gtd.stackato.local/admin/ to modify tasks, projects and contexts. The credentials for the admin account are

Username: stackato
Password: stackato

Visit http://gtd.stackato.local/ to see the list of tasks. Visit http://gtd.stackato.local/admin/ to modify tasks, projects and contexts.

Want to use PostgreSQL?

To use mysql instead of postgresql on production, you need to make only a few changes before pushing (or updating) your app:

  • In manifest.yml, replace mysql with postgresql under services.
  • In manifest.yml, replace mysql-python with psycopg2 under requirements.

Tag summary

Content type

Image

Digest

sha256:4b9a18a62

Size

138.6 MB

Last updated

almost 11 years ago

docker pull stackatoapps/django-gtd