Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Settings for LOG_FILE_NAME #42

Open
kartikdanidhariya opened this issue Nov 24, 2014 · 0 comments
Open

Settings for LOG_FILE_NAME #42

kartikdanidhariya opened this issue Nov 24, 2014 · 0 comments

Comments

@kartikdanidhariya
Copy link

i want to use dinette for forum in my django project
after install dinette
i am add "dinette", in install app
After when i give syncdb command so it give following error
"AttributeError: 'Settings' object has no attribute 'LOG_FILE_NAME'"
After that i am add setting for that in settings.py
like,
LOG_FILE_NAME = "test.log"
LOG_FILE_PATH = os.path.join(PROJECT_PATH, "logs")
so it gives error like
"NoSectionError: No section: 'formatters'"
After that i am add
LOG_FILE_PATH = "%s/logs/"%PROJECT_PATH
so still give same error
than i am replace with
LOG_FILE_PATH = ""%s/logs/""%PROJECT_PATH
so now it give error for
LOG_FILE_PATH = ""%s/logs/""%PROJECT_PATH
^
"SyntaxError: unexpected character after line continuation character"

how can i solve that
pls help,
Thanks in advance!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant