simonw / django-sql-dashboard

Django app for building dashboards using raw SQL queries
https://django-sql-dashboard.datasette.io/
Apache License 2.0
437 stars 37 forks source link

Fix #110 Add instructions for dj-database-url and django-configurations in docs #111

Closed pauloxnet closed 3 years ago

simonw commented 3 years ago

It looks to me like this tip isn't purely specific to django-configurations - it should work if you only install dj-database-url without installing the rest of django-configurations.

I use dj-database-url on my Heroku projects without django-configurations so I like this pattern a lot.

simonw commented 3 years ago

So instead of headlining this session "Django Configurations", I suggest:

dj-database-url and django-configurations

Plus updated copy to reflect that using either package will enable this configuration pattern.

pauloxnet commented 3 years ago

You're totally right. I've updated the code to reflect your comment.

simonw commented 3 years ago

Thanks very much!