please this what i had after running my Django-admin startproject myproject

  File
"c:\users\admin\appdata\local\programs\python\python36-32\lib\site-packages\django\core\management\__init__.py",
line 371, in execute_from_command_line
    utility.execute()
  File
"c:\users\admin\appdata\local\programs\python\python36-32\lib\site-packages\django\core\management\__init__.py",
line 365, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File
"c:\users\admin\appdata\local\programs\python\python36-32\lib\site-packages\django\core\management\__init__.py",
line 216, in fetch_command
    klass = load_command_class(app_name, subcommand)
  File
"c:\users\admin\appdata\local\programs\python\python36-32\lib\site-packages\django\core\management\__init__.py",
line 36, in load_command_class
    module = import_module('%s.management.commands.%s' % (app_name, name))
  File
"c:\users\admin\appdata\local\programs\python\python36-32\lib\importlib\__init__.py",
line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in
_call_with_frames_removed
  File
"c:\users\admin\appdata\local\programs\python\python36-32\lib\site-packages\django\core\management\commands\startproject.py",
line 1, in <module>
    from django.core.management.templates import TemplateCommand
  File
"c:\users\admin\appdata\local\programs\python\python36-32\lib\site-packages\django\core\management\templates.py",
line 17, in <module>
    from django.template import Context, Engine
ModuleNotFoundError: No module named 'django.template'

what should i do to debug this error please?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAPkbFbatt4e_SVMPbWEHk--tBKC8VJR6xYcAEjwEJRjMFwT7Wg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to