Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhance] Add SQLite option to settings + documentation #56

Closed
TreyWW opened this issue Aug 29, 2023 · 1 comment · Fixed by #57
Closed

[Enhance] Add SQLite option to settings + documentation #56

TreyWW opened this issue Aug 29, 2023 · 1 comment · Fixed by #57
Labels
enhance Add on to an existing feature; or add something that isnt a new feature for example a test case good first issue Good for newcomers

Comments

@TreyWW
Copy link
Owner

TreyWW commented Aug 29, 2023

Before you add this enhance issue, please check all of the issues in this project to ensure it doesn't already exist

I believe SQLite should be added for easier support for new users / users that dont have a local database running

What areas does this enhancement come under?

  • Backend settings
  • Documentation Updates or Github Content

Some tips

  • You'll need "django.db.backends.sqlite3"
  • Probably need "BASE_DIR" and "db.sqlite3"
@TreyWW TreyWW added good first issue Good for newcomers area: documentation enhance Add on to an existing feature; or add something that isnt a new feature for example a test case labels Aug 29, 2023
@TreyWW
Copy link
Owner Author

TreyWW commented Aug 29, 2023

Turns out this was already pretty much added. Just needed to add documentation for it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhance Add on to an existing feature; or add something that isnt a new feature for example a test case good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant