vintasoftware / django-react-boilerplate

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

sqlite path correction #671

Closed BhuwanPandey closed 3 months ago

BhuwanPandey commented 4 months ago

Description

This PR changes the file path of sqlite on Readme from DATABASE_URL=sqlite:///backend/db.sqlite3 To DATABASE_URL=sqlite:///db.sqlite3

Resolve: #670