atoponce / d-note

Self destructing encrypted notes
Other
130 stars 43 forks source link

New installation does not create dconfig.py #39

Closed atoponce closed 10 years ago

atoponce commented 10 years ago

The dconfig.py file is not created with a new install.

burntout commented 10 years ago

As a matter of personal taste, I would not configure a web application to have write access to it's application files. For example the web server being able to alter the code that it runs is the cause of so many spam runs from exploitable wordpress blogs.

I would place a commented dconfig.py.sample and instructions to read and edit it in the INSTALL.

atoponce commented 10 years ago

That's fine. A read-only file could be created. We'll also need a path for when we add more to it.