You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
LEdoian ccbf5c86fc Add a deploy script
This script should be run to deploy Wish in production. It _should_ do
everything needed, but currently it is created without being tested, so
no warranties :-)

(There will be no warranties anyway, ever :-))
3 years ago
conf Move the secrets file to conf directory 3 years ago
utils Put the footer into a paragraph tag 3 years ago
wish Remove instance-specific data from settings.py 3 years ago
wishlist Allow HTML in descriptions 3 years ago
.gitignore Ignore database 4 years ago
README.md Add Readme 4 years ago
constraints.txt Add django-sendmail-backend 3 years ago
deploy.sh Add a deploy script 3 years ago
manage.py Init django project 4 years ago
requirements-dev.txt Add requirement and constraint files 4 years ago
requirements.txt Add django-sendmail-backend 3 years ago

README.md

LEdoian's Wish

This is a simple Django project to create and share lists of wishes. There are two motivations for this project:

  1. Christmas. Every time anybody asks me what I want for Christmas, I am totally unable to answer that.
  2. The need to test various Django extensions and features before production deployment.