DemocracyClub / yournextrepresentative

👥 A website for crowd-sourcing structured election candidate data
https://candidates.democracyclub.org.uk
GNU Affero General Public License v3.0
21 stars 27 forks source link

Add missing migration dependencies #2340

Closed mhl closed 3 weeks ago

mhl commented 1 month ago

These missing dependencies mean that running ./manage.py migrate from scratch fails, since the migrations are referring to models introduced in migrations that haven't been run yet.