Opened 17 years ago
Closed 17 years ago
#4847 closed (invalid)
Missing Step in Flatpages installation
Reported by: | anonymous | Owned by: | Jacob |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
You are missing a step necessary to install the Flatpages app. You left out: Add "django.contrib.sites" to INSTALLED_APPS
Note:
See TracTickets
for help on using tickets.
Marking invalid because
django.contrib.sites
is inINSTALLED_APPS
by default (and with good reason, since some other things -- like the admin app -- will break if it's not available).