Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
help on django issue
#1
Hi
I follow the tuto below in order to display a simple "hello" message with django in windows
but when I launch my web page from http://127.0.0.1:8000/ I have the message below:
OSError: [WinError 123] La syntaxe du nom de fichier, de répertoire ou de volume est incorrecte: '<frozen importlib._bootstrap>'
Here is what I have in

INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'projets:apps.ProjetsConfig'

And when I try to run the command below :

python manage.py migrate
python manage.py makemigrations
python manage.py migrate

I have the message

ModuleNotFoundError: No module named 'projets:apps'


what is the problem please??
Reply
#2
(May-20-2021, 03:33 PM)jip31 Wrote: Hi
I follow the tuto below in order to display a simple "hello" message with django in windows
but when I launch my web page from http://127.0.0.1:8000/ I have the message below:
OSError: [WinError 123] La syntaxe du nom de fichier, de répertoire ou de volume est incorrecte: '<frozen importlib._bootstrap>'
Here is what I have in

INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'projets:apps.ProjetsConfig'

And when I try to run the command below :

python manage.py migrate
python manage.py makemigrations
python manage.py migrate

I have the message

ModuleNotFoundError: No module named 'projets:apps'


what is the problem please??

I found
it was due to : instead . 'projets:apps.ProjetsConfig'
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Django: How to automatically substitute a variable in the admin page at Django 1.11? m0ntecr1st0 3 3,329 Jun-30-2019, 12:21 AM
Last Post: scidam
  Django Rest Framework URL issue marcus 0 2,510 Feb-07-2018, 10:31 PM
Last Post: marcus
  Python3 Django Socket IO Issue charlesprince 1 4,732 May-09-2017, 06:17 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020