Features
- `DJANGO_PROJECT` environment variable is now optional. django-envconfig will attempt to infer the project name.
- `DATABASES` now has a default SQLite database generated with the correct `BASE_DIR` if it is not set in the environment or settings.py.
Fixes
- Ensure that default `BASE_DIR` setting has correct type (`str` in older versions of Django).