0

**(geoenv) C:\Users\Nitish\Desktop\Mtech Project\Stage 8 database start\geosite>python manage.py createsuperuser 13 件の未適用の移行があります。アプリの移行を適用するまで、プロジェクトが正しく機能しない可能性があります: admin、auth、contenttypes、sessions。「python manage.py migrate」を実行して適用します。トレースバック (最後の最後の呼び出し): ファイル "C:\Users\Nitish\Desktop\MTECHP~1\STAGE8~1\geoenv\lib\site-packages\django\db\backends\utils.py"、65 行目execute return self.cursor.execute(sql, params) ファイル "C:\Users\Nitish\Desktop\MTECHP~1\STAGE8~1\geoenv\lib\site-packages\django\db\backends\sqlite3\base.py ", line 328, in execute return Database.Cursor.execute(self, query, params) sqlite3.OperationalError: no such table: auth_user 上記の例外は、次の例外の直接の原因でした:len self._fetch_all() ファイル "C:\Users\Nitish\Desktop\MTECHP~1\STAGE8~1\geoenv\lib\site-packages\django\db\models\query.py"、1105 行目、_fetch_all self 内._result_cache = list(self._iterable_class(self)) ファイル "C:\Users\Nitish\Desktop\MTECHP~1\STAGE8~1\geoenv\lib\site-packages\django\db\models\query.py", 53行目、反復中 results = compiler.execute_sql(chunked_fetch=self.chunked_fetch) ファイル "C:\Users\Nitish\Desktop\MTECHP~1\STAGE8~1\geoenv\lib\site-packages\django\db\models\sql\compiler.py "、886行目、execute_sql raise original_exception File "C:\Users\Nitish\Desktop\MTECHP~1\STAGE8~1\geoenv\lib\site-packages\django\db\models\sql\compiler.py"、行876、execute_sql の cursor.execute(sql, params) ファイル "C:\Users\Nitish\Desktop\MTECHP~1\STAGE8~1\geoenv\lib\site-packages\django\db\backends\utils.py",行 80、実行で return super(CursorDebugWrapper, self).execute(sql, params) ファイル "C:\Users\Nitish\Desktop\MTECHP~1\STAGE8~1\geoenv\lib\site-packages\django\db\ backends\utils.py"、65 行目、execute return self.cursor.execute(sql, params) ファイル "C:\Users\Nitish\Desktop\MTECHP~1\STAGE8~1\geoenv\lib\site-packages\django\db\utils.py」の 94 行目ファイル "C:\Users\Nitish\Desktop\ MTECHP ~1\STAGE8~1\geoenv\lib\site-packages\django\utils\six.py"、685 行目、 in reraise raise value.with_traceback(tb) ファイル「C:\Users\Nitish\Desktop\MTECHP~1\STAGE8~1\geoenv\lib\site-packages\django\db\backends\utils.py」、65行目、 in execute return self.cursor.execute(sql, params) ファイル "C:\Users\Nitish\Desktop\MTECHP~1\STAGE8~1\geoenv\lib\site-packages\django\db\backends\sqlite3\base. py"、328 行目、実行中 return Database.Cursor.execute(self, query, params)

django.db.utils.OperationalError: そのようなテーブルはありません: auth_user

4

1 に答える 1