timonweb / django-dbbackup-ui

Backup database and media files via Django admin interface (includes Wagtail admin support): pip install django-dbbackup-ui

Home Page:https://pypi.python.org/pypi/django-dbbackup-ui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation instructions seem to depend on Wagtail

spookylukey opened this issue · comments

In the instructions about urls.py, you have:

url(r'^admin/', include(wagtailadmin_urls)),

Is this a mistake, or does the package depend on wagtail?

Nice catch! No it doesn't. It support Django admin by default and if you need Wagtail support you just enable additional sub module. Fixed read me, thanks for your report!