DEBUG=True
SECRET_KEY=django-insecure-development-key-change-me
DATABASE_URL=sqlite:///db.sqlite3
# For PostgreSQL use:
# DATABASE_URL=postgres://user:password@localhost:5432/tradecalifornia
ALLOWED_HOSTS=localhost,127.0.0.1
0 23176
D:\Trade_California\apps\registration\forms.py changed, reloading.
Watching for file changes with StatReloader
Performing system checks...

System check identified no issues (0 silenced).
July 23, 2026 - 17:57:39
Django version 6.0.7, using settings 'config.settings.dev'
Starting development server at http://127.0.0.1:8080/
Quit the server with CTRL-BREAK.

WARNING: This is a development server. Do not use it in a production setting. Use a production WSGI or ASGI server instead.
For more information on production servers see: https://docs.djangoproject.com/en/6.0/howto/deployment/
Internal Server Error: /registration/
Traceback (most recent call last):
  File "D:\Trade_California\.venv\Lib\site-packages\django\core\handlers\exception.py", line 55, in inner
    response = get_response(request)
  File "D:\Trade_California\.venv\Lib\site-packages\django\core\handlers\base.py", line 198, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)      
  File "D:\Trade_California\apps\registration\views.py", line 17, in registration    form = RegistrationForm(initial=initial)
  File "D:\Trade_California\apps\registration\forms.py", line 36, in __init__    
    HTML('<div class="mt-8 mb-4">'),
    ^^^^
NameError: name 'HTML' is not defined
[23/Jul/2026 17:58:41] "GET /registration/ HTTP/1.1" 500 83964
