[PYTHON] Aktuelle Verzeichnisstruktur

Verzeichnisstruktur (vorläufig)

project3
   ├──dancesite
   │    ├──dancesite
   │    │    ├──_pycache_ 
   │    │    ├──__init__.py   
   │    │    ├──asgi.py   
   │    │    ├──settings.py   
   │    │    ├──urls.py
   │    │    └──wsgi.py
   │    │ 
   │    ├──matching
   │    │    ├──__pycache__
   │    │    ├──media
   │    │    ├──migrations
   │    │    ├──static
   │    │    │    └──matching
   │    │    │         └──css
   │    │    │             └──style.css
   │    │    │
   │    │    ├──templates
   │    │    │    ├──matching
   │    │    │    │    ├──mypage/
   │    │    │    │    ├──board
   │    │    │    │    ├──index.html
   │    │    │    │    ├──board.html
   │    │    │    │    ├──Recruitment.html
   │    │    │    │    └──serch.html
   │    │    │    │
   │    │    │    ├──user_app
   │    │    │    │    ├──login.html
   │    │    │    │    ├──logout.html
   │    │    │    │    └──sighup.html
   │    │    │    │
   │    │    │    └──base.html
   │    │    │
   │    │    ├──__init__.py
   │    │    ├──admin.py
   │    │    ├──apps.py
   │    │    ├──forms.py
   │    │    ├──models.py
   │    │    ├──tests.py
   │    │    ├──urls.py
   │    │    └──views.py
   │    │
   │    ├──user_app
   │    │    ├──__pycache__/ 
   │    │    ├──migrations/
   │    │    ├──__init__.py
   │    │    ├──admin.py    
   │    │    ├──apps.py
   │    │    ├──forms.py
   │    │    ├──models.py
   │    │    ├──tests.py
   │    │    ├──urls.py    
   │    │    └──views.py
   │    │
   │    ├──db.sqlite3
   │    │  
   │    └── manage.py
   │ 
   └──venv/

Aktueller Status

Derzeit kann die Anmeldung und Weiterleitung mit use_app problemlos durchgeführt werden. Aufgrund der Authentifizierungsfunktion von django ... ?? (Referenz: https://docs.djangoproject.com/ja/3.0/topics/auth/default/#all-authentication-views)

Selbst wenn Sie sich den Inhalt der Acconts-App und der user_app-App ansehen, sind die Unterschiede wie folgt: Der App-Name kann also beliebig sein ...

accounts/apps.py


class AccountsConfig(AppConfig):
    name = 'accounts'

user_app/apps.py


class UserAppConfig(AppConfig):
    name = 'user_app'

Zukünftige Aufgaben

Recommended Posts

Aktuelle Verzeichnisstruktur
Linux-Verzeichnisstruktur
Linux-Verzeichnisstruktur
[Django] Verzeichnisstrukturpraxis + Notizen
[Python] Überprüfen Sie das aktuelle Verzeichnis und verschieben Sie das Verzeichnis
Befehl für das aktuelle Verzeichnis Python
Starten Sie den Webserver im aktuellen Verzeichnis
Pin aktuelles Verzeichnis an Skriptverzeichnis in Python
Veröffentlichen Sie das aktuelle Verzeichnis auf dem Webserver
Pipfile wird nicht im aktuellen Verzeichnis erstellt
Starten Sie einen HTTP-Server im aktuellen Verzeichnis
Entpacken Sie alle Zip-Dateien im aktuellen Verzeichnis