barseghyanartur / django-fobi

Form generator/builder application for Django done right: customisable, modular, user- and developer- friendly.
https://pypi.python.org/pypi/django-fobi
484 stars 112 forks source link

Replace admin_static conditionaly #214

Closed freezed closed 5 years ago

freezed commented 5 years ago

With these settings : https://gist.github.com/freezed/d5b18e8218c23fc64e4e8dc467e4b2a4

See #213

freezed commented 5 years ago

This is working for you ?

barseghyanartur commented 5 years ago

@freezed:

I didn't test it yet. Just merged to test later.

The bad thing is that all pull requests have been made against master, which is development branch. Stable is v0.13.x, thus it will take much longer time for all the changes to become public.

freezed commented 5 years ago

Oups, sorry for using master… I'll switch if I had another changes.

0pt1c commented 4 years ago

Is there any estimate when this code might be tested and released into a public release branch? We are trying to update to django 3.0 and we are getting errors from the templates with the deprecated import.

I also tried installing the master branch directly and still got the error when running django 3.0. It looks like the version check isn't working:

Screenshot from 2020-04-02 13-58-30