vintasoftware / django-react-boilerplate

Django 5, React, Bootstrap 5 with Python 3 and Webpack project boilerplate
MIT License
2.01k stars 483 forks source link

Incorrect sqlite path on Readme #670

Closed BhuwanPandey closed 3 months ago

BhuwanPandey commented 4 months ago

Incorrect sqlite path on Setup the backend app section of Readme file

-   Open the `backend/.env` file on a text editor and do one of the following:
-   If you wish to use SQLite locally, uncomment the line `DATABASE_URL=sqlite:///backend/db.sqlite3`