Django--help. Django Not Creating Sqlite Database File As Expected
New to django following tutorial 1. also looked up all related questions on stack overflow. thought it was a absolute path issue...but absolute path seems to be correct. below is
Solution 1:
Perhaps you meant to use an absolute path (one starting with /
) instead of a relative path.
Solution 2:
Delete the database file at that location. Also, the path starting with Users isn't absolute (is it?) make sure if you're on windows that it starts with a drive letter. (C:\)
Post a Comment for "Django--help. Django Not Creating Sqlite Database File As Expected"