Opened 11 years ago

Closed 11 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 Claude Paroz, 11 years ago

Please add the --traceback option to manage.py syncdb and provide us the full traceback. Which Python version are you running?

comment:2 by Jacob, 11 years ago

Resolution: invalid
Status: newclosed

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.
Back to Top