Nicholas Antonov
|
5d51759a92
|
add files (imports fail)
|
2018-01-30 12:40:50 -05:00 |
Nicholas Antonov
|
893d8abc4a
|
Make django scss preprocessor work
|
2017-12-07 16:33:10 -05:00 |
Nicholas Antonov
|
9513514beb
|
Start adding sass preprocessor
|
2017-12-05 18:46:18 -05:00 |
John Kelly
|
4a617363fe
|
Change defaults in dev.py to use mysql and redis, and add more detail to README
|
2017-10-29 18:40:35 -04:00 |
eric
|
699ef09728
|
remove old static folder
|
2017-06-20 14:47:29 -04:00 |
eric
|
4cc0e0fe4f
|
delete regluit.questionnaire
|
2017-06-20 11:08:14 -04:00 |
Raymond Yee
|
2beb02c3d0
|
* deleted settings/localvm.py
* add comment about a key in prod
* deleted comment in settings/just.py
|
2017-01-13 22:37:21 -08:00 |
Raymond Yee
|
03de890a71
|
no need for djkombu -- superceded by kombu
https://pypi.python.org/pypi/django-kombu
|
2017-01-06 16:23:23 -08:00 |
eric
|
93b9501a1c
|
remove secrets from jenkins
|
2016-12-30 23:06:18 -05:00 |
eric
|
b9053183ba
|
passes all tests without secret keys
|
2016-12-30 22:26:16 -05:00 |
eric
|
cf57c78686
|
bookloader is mocked
|
2016-12-30 17:24:20 -05:00 |
Raymond Yee
|
6f2cad604a
|
cleanup of Vagrantfile and prod.py
|
2016-12-27 23:37:11 -05:00 |
Raymond Yee
|
d3391b7515
|
a few comments about existing keys in jenkins.py
|
2016-12-27 14:27:28 -05:00 |
eric
|
088f08831c
|
move db params to vault
|
2016-12-21 14:36:06 -05:00 |
Raymond Yee
|
f8f05312a5
|
fix please.py
need to create directory settings/keys
|
2016-12-20 22:37:17 -06:00 |
eric
|
7d749f068a
|
revive settings files
|
2016-12-20 14:55:53 -05:00 |
Raymond Yee
|
7ebbc26aef
|
remove comments about old keys in common.py.j2
hack to keep jenkins setup to keep working while the old keys have yet to be invalidated
|
2016-12-17 12:31:39 -08:00 |
Raymond Yee
|
4033b6f123
|
first steps to encrypting variables in settngs/common.py
|
2016-12-08 14:26:59 -08:00 |
Raymond Yee
|
c692b6dd0b
|
basic structure for just and please -- though I've not modified templates yet
please GOODREADS keys in place
|
2016-12-05 15:09:31 -08:00 |
Raymond Yee
|
fa9aa1801a
|
mostly replace please twitter and facebook settings
|
2016-11-30 14:48:22 -08:00 |
Raymond Yee
|
7fe95e02b3
|
nuking AIzaSyDsrHCUsUFNAf65cFPSF8MZTKj8C9oMuj8 for GOOGLE_BOOKS_API_KEY
|
2016-11-29 18:20:28 -08:00 |
Raymond Yee
|
cd1f2cc244
|
attempt to create settings/please.py via template
|
2016-11-29 15:46:11 -08:00 |
Raymond Yee
|
31ddc6a0a9
|
forgot import os
|
2016-11-16 17:55:37 -08:00 |
Raymond Yee
|
16c78485ea
|
try to build just and please with a setting coming from secrets.yml
|
2016-11-16 17:21:22 -08:00 |
Raymond Yee
|
2b82c6c786
|
testing templating
|
2016-11-15 21:02:36 -08:00 |
Raymond Yee
|
aed8549156
|
turn maintenance for prod off
|
2016-09-08 18:55:39 -07:00 |
Raymond Yee
|
40971359a7
|
put production into maintenance
|
2016-09-08 18:28:33 -07:00 |
Raymond Yee
|
f9b1129fee
|
take just out of maintenance mode
|
2016-09-08 11:42:27 -07:00 |
Raymond Yee
|
d191279033
|
DEBUGG->DEBUG
|
2016-09-07 15:15:23 -07:00 |
Raymond Yee
|
24dc3c578d
|
Merge branch 'master' into dj18
|
2016-09-07 09:59:19 -07:00 |
Raymond Yee
|
6a86ffae07
|
put just into MAINTENANCE_MODE
|
2016-09-07 09:37:54 -07:00 |
Raymond Yee
|
62f44bee19
|
Merge branch 'master' into dj18
|
2016-09-06 17:18:28 -07:00 |
Raymond Yee
|
4b8cd2228f
|
turn off maintenance mode on just and prod
|
2016-09-03 15:28:35 -07:00 |
Raymond Yee
|
f68377a5ec
|
put production into maintenance mode
|
2016-09-03 14:55:51 -07:00 |
Raymond Yee
|
708634b99a
|
put just in maintenance mode (to remind myself how to do so) before doing so for production
|
2016-09-03 14:51:07 -07:00 |
Raymond Yee
|
766543d8ab
|
change just to connect to the justdb1 MySQL 5.6.27 RDS instance
|
2016-09-02 16:45:27 -07:00 |
eric
|
33a1482cc7
|
refactor libraryauth
try to keep all the user reg stuff in libraryauth, in prep for
splitting it off
|
2016-07-28 15:28:05 -04:00 |
eric
|
4ff63359b3
|
migration to repair db
The migrations needed to migrate our db to django 1.8 are as follows:
django-admin.py migrate default 0001_initial --fake
django-admin.py migrate --fake-initial auth
django-admin.py migrate default 0002_add_related_name --fake
django-admin.py migrate core --fake
django-admin.py migrate libraryauth
django-admin.py migrate --fake-initial
|
2016-07-28 10:10:05 -04:00 |
eric
|
827c33e7a0
|
Deprecated template settings
https://docs.djangoproject.com/en/1.9/releases/1.8/#s-template-related-s
ettings
|
2016-07-27 13:48:12 -04:00 |
eric
|
cafd163f77
|
deprecate profile
|
2016-07-23 12:09:18 -04:00 |
eric
|
9da195dcc8
|
remove south, fix migration problems
|
2016-07-21 16:09:42 -04:00 |
eric
|
f3cb6c9edf
|
switch to contrib_comments
removed in 1.8
|
2016-07-21 16:05:57 -04:00 |
eric
|
dbcf4dba6b
|
remove payment.templatetags
duplicate app name not allowed in 1.7
|
2016-07-21 15:57:42 -04:00 |
eric
|
a6c1371ba5
|
remove the "nonprofit" campaign functionality
|
2016-07-08 10:57:01 -04:00 |
Raymond Yee
|
19e022e0b0
|
set logs in prod.py
|
2016-06-24 14:39:37 -07:00 |
Raymond Yee
|
7b73cc366d
|
adjust Vagrant configuration for please to log warnings
|
2016-06-21 09:20:46 -07:00 |
Raymond Yee
|
d6cd6f75c3
|
move regluit log to /var/logs/regluit
|
2016-06-20 13:50:47 -07:00 |
Raymond Yee
|
29bbbfd4de
|
try to rename logger to '' and add propagate: True
|
2016-06-20 13:07:09 -07:00 |
Raymond Yee
|
387a4607e7
|
add missing brief formatter
|
2016-06-20 12:58:10 -07:00 |
Raymond Yee
|
a240123c31
|
add logging to just (test)
|
2016-06-20 12:50:57 -07:00 |