widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #08003
Re: [Merge] lp:~widelands-dev/widelands-website/cleanup_ggz into lp:widelands-website
Regarding your code comment: I actually do not know how sending e-mails is processed on the server. A value for EMAIL_BACKEND isn't set there.
So adding a comment like: "Disable this on the widelands server"? Or we make it dependent of the DEBUG value:
if DEBUG = True:
EMAIL_BACKEND = ....
?
Should the related tables in the database also be dropped? Namely:
| wlggz_matches |
| wlggz_matchplayers |
| wlggz_permissions |
| wlggz_stats |
Those tables are the ones created by ggz_models.py (which will be removed in this branch). Actually they are empty (no data). The only table which contains data is wlggz_ggzauth (461 rows) which is used by wlggz.models.py. The latter one is also the only one which is listed in table django_content_type.
--
https://code.launchpad.net/~widelands-dev/widelands-website/cleanup_ggz/+merge/301588
Your team Widelands Developers is subscribed to branch lp:widelands-website.
References