Opened 13 years ago
Closed 12 years ago
#18227 closed New feature (duplicate)
locale error on creating superuser
Reported by: | Owned by: | bouchardsyl | |
---|---|---|---|
Component: | Documentation | Version: | 1.4 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
On tutorial/documentation page https://docs.djangoproject.com/en/dev/topics/auth/#topics-auth-creating-superusers I got a locale error (Mac OS X 10.6.8, Python 2.6.1, django 1.4)
unknown locale: %s' % localename
solution was simple with google: http://od-eon.com/blogs/kaunghtet/locale-error-managepy-createsuperuser/, incorporation in documentation is helpful.
Change History (3)
comment:1 by , 12 years ago
Triage Stage: | Unreviewed → Accepted |
---|---|
Type: | Uncategorized → New feature |
comment:2 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 12 years ago
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
I'm going to close this one as duplicate of #16017.
Note:
See TracTickets
for help on using tickets.
Yup, makes sense.