aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add *.egg to gitignoreTheo Chatzimichos2013-08-261-0/+1
|
* Add stuff to gitignoreTheo Chatzimichos2013-07-031-0/+2
|
* Update .gitignore as well to reflect the renamed settings/localTheo Chatzimichos2013-06-251-1/+1
|
* gitignore more filesTheo Chatzimichos2013-06-091-2/+4
|
* Add coverage and coveralls.io supportTheo Chatzimichos2013-06-091-0/+3
|
* Add shebang in setup.py, add okupy.egg-info in .gitignoreTheo Chatzimichos2013-06-081-0/+1
|
* Add .db files to gitignoreTheo Chatzimichos2013-05-131-0/+1
|
* Move stuff from identity to okupyTheo Chatzimichos2013-05-111-2/+2
|
* Improve splitting of settingsTheo Chatzimichos2013-05-011-3/+4
| | | | | | | | | - Common vars that don't need any change are in __init__.py - Vars that are usually different in production/development, but usually don't need further touching are splitted in production.py and development.py.sample (since development environments might differ, a sample file created instead of a version controlled one) - Vars that have no default values are in local_settings.py.sample
* Improve gitignore to ignore the custom made settings filesTheo Chatzimichos2011-07-211-2/+3
|
* Revert "New style for settings splitting. User has to specify"Theo Chatzimichos2011-07-121-3/+2
| | | | | I accidentally committed files that I shouldn't have This reverts commit bac0474aee9d684d7fc4b76314435ec31159f1f8.
* New style for settings splitting. User has to specifyTheo Chatzimichos2011-07-111-2/+3
| | | | production||development in __init__.py, and everything else needed in that file
* Revert "Change again the settings modular schema, no settings.py is needed"Theo Chatzimichos2011-06-231-2/+2
| | | | | It doesn't work, I need more info from Matt This reverts commit e83ce3eb802a1ce9aa200005dc1c976117d8d02d.
* Change again the settings modular schema, no settings.py is neededTheo Chatzimichos2011-06-231-2/+2
|
* Add kdev/kate swap files in gitignoreTheo Chatzimichos2011-06-141-0/+1
|
* Add kdevelop metadata in .gitignoreTheo Chatzimichos2011-06-091-0/+1
|
* Add vim swap files in gitignoreTheo Chatzimichos2011-05-301-0/+1
|
* Correct mistake in .gitignore, sample files should not be excluded, theTheo Chatzimichos2011-05-301-1/+2
| | | | local production/development files should
* small update in gitignore, settings sample files will be *.sampleTheo Chatzimichos2011-05-301-2/+1
|
* Add .gitignoreTheo Chatzimichos2011-05-291-0/+3