ShahriyarR / one-time-secret-share

One time secret sharing service on top of ReadOnce objects
MIT License
21 stars 5 forks source link

Remove redundant Django files and create separate test settings #45

Open ShahriyarR opened 1 year ago

ShahriyarR commented 1 year ago

What would you like to be added?

Currently, sqlite is enabled and only used in the Test run - no need for that to be enabled in production. Remove the redundant db initialization and use separate test settings for the Test run.

Also, there is admin.py etc, which are again redundant files.

Why is this needed?

Eliminate redundancy of features and files.