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/.
pypm install -r requirements.txt
python manage.py syncdb
python manage.py migrate
python manager.py runserver
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.
To use mysql instead of postgresql on production, you need to make only a few changes before pushing (or updating) your app:
mysql with postgresql under services.mysql-python with psycopg2 under requirements.Content type
Image
Digest
sha256:4b9a18a62…
Size
138.6 MB
Last updated
almost 11 years ago
docker pull stackatoapps/django-gtd