Can I change the following configuration variables and if yes, what values should I place in them?

  • CACHE_BACKEND
  • APP_URL
  • EMAIL_VALIDATION

asked 10 Jun '10, 20:31

Randell's gravatar image

Randell
2.0k479376
accept rate: 28%


APP_URL should be your actual application URL, which in your case I believe is http://meta.nullpointer.ph/.

EMAIL_VALIDATION can be ignored, it does nothing.

CACHE_BACKEND depends on what methods you have available in your server. I believe it's "defaulting" to filesystem based, and you can leave it like that, see here for more details:

http://docs.djangoproject.com/en/dev/topics/cache/

link

answered 10 Jun '10, 21:06

Hernani%20Cerqueira's gravatar image

Hernani Cerq... ♦♦
16.8k65975
accept rate: 52%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×39
×30

Asked: 10 Jun '10, 20:31

Seen: 793 times

Last updated: 10 Jun '10, 21:06

powered by OSQA