Changes between Initial Version and Version 2 of Ticket #32441


Ignore:
Timestamp:
Feb 12, 2021, 9:22:06 AM (3 years ago)
Author:
Tim Graham
Comment:

You need to debug the issue and explain why Django is at fault. See TicketClosingReasons/UseSupportChannels for ways to get help. Please reopen with enough details to reproduce the issue if you find Django at fault.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32441

    • Property Cc sanjaygunda12 added
    • Property Resolutionneedsinfo
    • Property Status newclosed
  • Ticket #32441 – Description

    initial v2  
    11I have updated django to 2.0 to 2.2 getting error when i fired python3 manage.py runserver
    2 
     2{{{
    33 python3 manage.py runserver
    44Performing system checks...
     
    2626    app_config.label,
    2727TypeError: object() takes no parameters
     28}}}
Back to Top