12기 중앙 해커톤 : 다마수정입니다!
📂 centralHackathon
└─ centralHackathon
├─ account
│ ├─ __init__.py
│ ├─ asgi.py
│ ├─ settings.py
│ ├─ urls.py
│ └─ wsgi.py
├─ character
│ ├─ static
│ │ ├─ css
│ │ ├─ fonts
│ │ ├─ images
│ │ └─ img
│ ├─ templates
│ ├─ __init__.py
│ ├─ admin.py
│ ├─ apps.py
│ ├─ models.py
│ ├─ tests.py
│ └─ views.py
├─ media
│ ├─ evolution_images
│ └─ items
├─ signup
│ ├─ static
│ │ ├─ css
│ │ ├─ fonts
│ │ ├─ images
│ │ └─ img
│ ├─ templates
│ ├─ __init__.py
│ ├─ admin.py
│ ├─ apps.py
│ ├─ models.py
│ ├─ tests.py
│ └─ views.py
└─ manage.py