-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Labels
Description
As wrote by @bmispelon in the website repository:
Ideally, we would also want to be running the same version of Django on both djangoproject.com and code.djangoproject.com (https://github.com/django/code.djangoproject.com).
That's because the two sites talk to the same database (Trac uses Django's user database for authentication), and that might break if for example a newer version of Django changes the user model.