Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add *.egg to gitignore | Theo Chatzimichos | 2013-08-26 | 1 | -0/+1 |
| | |||||
* | Add stuff to gitignore | Theo Chatzimichos | 2013-07-03 | 1 | -0/+2 |
| | |||||
* | Update .gitignore as well to reflect the renamed settings/local | Theo Chatzimichos | 2013-06-25 | 1 | -1/+1 |
| | |||||
* | gitignore more files | Theo Chatzimichos | 2013-06-09 | 1 | -2/+4 |
| | |||||
* | Add coverage and coveralls.io support | Theo Chatzimichos | 2013-06-09 | 1 | -0/+3 |
| | |||||
* | Add shebang in setup.py, add okupy.egg-info in .gitignore | Theo Chatzimichos | 2013-06-08 | 1 | -0/+1 |
| | |||||
* | Add .db files to gitignore | Theo Chatzimichos | 2013-05-13 | 1 | -0/+1 |
| | |||||
* | Move stuff from identity to okupy | Theo Chatzimichos | 2013-05-11 | 1 | -2/+2 |
| | |||||
* | Improve splitting of settings | Theo Chatzimichos | 2013-05-01 | 1 | -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 files | Theo Chatzimichos | 2011-07-21 | 1 | -2/+3 |
| | |||||
* | Revert "New style for settings splitting. User has to specify" | Theo Chatzimichos | 2011-07-12 | 1 | -3/+2 |
| | | | | | I accidentally committed files that I shouldn't have This reverts commit bac0474aee9d684d7fc4b76314435ec31159f1f8. | ||||
* | New style for settings splitting. User has to specify | Theo Chatzimichos | 2011-07-11 | 1 | -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 Chatzimichos | 2011-06-23 | 1 | -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 needed | Theo Chatzimichos | 2011-06-23 | 1 | -2/+2 |
| | |||||
* | Add kdev/kate swap files in gitignore | Theo Chatzimichos | 2011-06-14 | 1 | -0/+1 |
| | |||||
* | Add kdevelop metadata in .gitignore | Theo Chatzimichos | 2011-06-09 | 1 | -0/+1 |
| | |||||
* | Add vim swap files in gitignore | Theo Chatzimichos | 2011-05-30 | 1 | -0/+1 |
| | |||||
* | Correct mistake in .gitignore, sample files should not be excluded, the | Theo Chatzimichos | 2011-05-30 | 1 | -1/+2 |
| | | | | local production/development files should | ||||
* | small update in gitignore, settings sample files will be *.sample | Theo Chatzimichos | 2011-05-30 | 1 | -2/+1 |
| | |||||
* | Add .gitignore | Theo Chatzimichos | 2011-05-29 | 1 | -0/+3 |