vintasoftware / django-react-boilerplate

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

Add guide to create DB of sqlite3 and postgrel in readme #587

Closed SeekPoint closed 1 year ago

SeekPoint commented 1 year ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

hugobessa commented 1 year ago

Hey @SeekPoint. If you're using Docker to configure the project the Postgres configuration is already included. If not, we have instructions on how to configure the application with sqlite3.

The instructions to configure Postgres without Docker would change from OS to OS, so we're not planning to include it.

As this boilerplate recommends Postgres for Production, we also don't plan to have instructions on how to configure sqlite3 on the Docker-based local environment.