18F / atf-eregs

Container and styles for an ATF eRegs instance
https://regulations.atf.gov/
Other
9 stars 20 forks source link

Upgrade Django libs #483

Closed cmc333333 closed 6 years ago

cmc333333 commented 6 years ago

Only tweak that was needed was to add the overextends tag to the template settings.

Warning The docker dev container may complain about a version mismatch. That'd be due to the checked out versions of -site and -core requiring an incompatible version of Django. If you run into this, there are two solutions:

It'd definitely be worth trying to structure the -site/-core checkouts differently to avoid that "minimum version" problem. See #482 for a potential solution.

cmc333333 commented 6 years ago

Thanks @tadhg-ohiggins ! I rebased to account for the submodule approach in #484