summaryrefslogtreecommitdiffstats
path: root/askbot/deployment/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fix bug causing askbot-setup script to never accept a sqlite filename.Tyler Mandry2013-03-101-0/+2
* added reminder to install database moduleEvgeny Fadeev2012-11-191-0/+14
* added mandatory generation of secret key to askbot-setupEvgeny Fadeev2012-11-191-5/+10
* improved askbot-setup scriptEvgeny Fadeev2012-11-181-44/+76
* added option database engine to askbot-setup scriptEvgeny Fadeev2012-11-181-2/+22
* removed table deletion in backwards migration 156 and fixed up the askbot-set...Evgeny Fadeev2012-11-101-1/+12
* added default value requirement for STATICFILES_STORAGE settingEvgeny Fadeev2012-01-151-2/+2
* removed conditional statement from mustache template as it is not working in ...Evgeny Fadeev2012-01-151-1/+1
* made deployer omit staticfiles app with django < 1.3 so that users are forced...Evgeny Fadeev2012-01-151-0/+7
* fixed bug reported at http://askbot.org/en/question/689/ unable to install in...Evgeny Fadeev2011-10-251-1/+4
* finished refactoring of the deployment scriptEvgeny Fadeev2011-10-201-43/+45
* broken intermediate commit - refactoring the deployment function to make it m...Evgeny Fadeev2011-10-201-184/+104
* added force parameterAdolfo Fitoria2011-10-181-10/+20
* adding domain name parameter, added extra setup file appendingAdolfo Fitoria2011-09-211-1/+15
* almost done with new setup command optionsAdolfo Fitoria2011-09-151-2/+12
* Added parameters to the askbot_setup command and checked verbosityAdolfo Fitoria2011-09-141-58/+141
* fixed path to the brief instruction text file, made askbot deploy without err...Evgeny Fadeev2011-08-031-1/+1
* renamed startforum to askbot-setup and removed some unused filesEvgeny Fadeev2011-08-031-1/+1
* added rename_tags, rename_tags_id and delete_unused_tags management commandsEvgeny Fadeev2010-11-211-5/+7
* basic deployment script worksEvgeny Fadeev2010-06-151-0/+101