私はdjango-nonrelが初めてで、djang0-testappを実行しようとしています。
スーパーユーザーを作成することさえできません。ここからの指示に従っています
ここからdjango-testappをダウンロードしました
指示に従って、必要なすべてのフォルダーを django-testapp 内に配置しました。
settings.py ファイルが manage.py ファイルと一緒にプロジェクト フォルダーにあることに気付きました。
これは、manage.py ファイルを含むプロジェクト フォルダーと settings.py ファイルを含む内部フォルダーを持つ通常の django とは異なります。
スーパーユーザーを作成しようとすると、次のエラー メッセージが表示されます。
C:\Users\laurence\Documents\GitHub\django-testapp>manage.py createsuperuser
Error: Can't find the file 'settings.py' in the directory containing 'C:\\Users\
\laurence\\Documents\\GitHub\\django-testapp\\manage.py'. It appears you've cust
omized things.
You'll have to run django-admin.py, passing it your settings module.
(If the file settings.py does indeed exist, it's causing an ImportError somehow.
)