Opened 13 years ago
Closed 13 years ago
#19999 closed Bug (invalid)
first app not running
| Reported by: | anonymous | Owned by: | nobody |
|---|---|---|---|
| Component: | Template system | Version: | 1.5 |
| Severity: | Normal | 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
Wwhen i run the default app created it shows this error :
C:\Users\dgupta\Documents\django\testproject\mysite>python -m manage syncdb
TypeError: Error when calling the metaclass bases
init() keywords must be strings
Change History (2)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
This is almost certainly an error in your code. As such, the right place for help is the django-users mailing list or #django on IRC. If this does prove to be a bug in Django feel free to reopen, but please try one of those other venues first.
Note:
See TracTickets
for help on using tickets.
Please add the
--tracebackoption tomanage.py syncdband provide us the full traceback. Which Python version are you running?