Zine

open source content publishing system


Ticket #49 (closed defect: fixed)

Opened 10 months ago

Last modified 3 weeks ago

Should be able to refer to instance folder in websetup

Reported by: ali Owned by:
Priority: minor Milestone:
Component: admin Version:
Keywords: Cc:

Description

This would be really handy for sqlite users, who just want to store the whole thing in a single folder that they can move around.

I can understand why you might not like this, because barely anyone uses sqlite for serious stuff, but it would additionally could be a default setting if the admin really has no clue.

Attachments

instance_folder_db_interpolation.diff (1.2 kB) - added by ali 10 months ago.

Change History

Changed 10 months ago by ali

Changed 9 months ago by asmodai

During the websetup showing the possibility of just using sqlite:///instance/database.db will already help a lot over just sqlite:////absolute/path/to/instance/database.db. Makes it more portable too.

Changed 3 weeks ago by mitsuhiko

  • status changed from new to closed
  • resolution set to fixed

Done, relative paths in sqlite refer to the instance folder now.

Note: See TracTickets for help on using tickets.