On Wed, Feb 5, 2014 at 1:24 AM, Karthik G.V.S.K <[email protected]>wrote:
> Can you please tell me where is the sqlite database created while using > web.py? usually the file resides in the project directory for other > frameworks but while following the tutorial i couldn't find any db file > created in the project dir. > It creates the db file in the current directory if you are using a relative path for db. The current directory could be the document-root if you are running it using Apache+mod_python or mod_wsgi. Anand -- You received this message because you are subscribed to the Google Groups "web.py" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/webpy. For more options, visit https://groups.google.com/groups/opt_out.
