Skip to content

초기 세팅 #1

Description

@dohyeonghan

└── backend
├── backend
│   ├── init.py
│   ├── pycache
│   │   ├── init.cpython-38.pyc
│   │   ├── settings.cpython-38.pyc
│   │   ├── urls.cpython-38.pyc
│   │   └── wsgi.cpython-38.pyc
│   ├── asgi.py
│   ├── settings
│   │   ├── init.py
│   │   ├── pycache
│   │   │   └── init.cpython-38.pyc
│   │   ├── common.py
│   │   ├── dev.py
│   │   └── prod.py
│   ├── urls.py
│   └── wsgi.py
├── db.sqlite3
├── manage.py
├── requirements
│   ├── common.txt
│   ├── dev.txt
│   └── prod.txt
└── requirements.txt

Metadata

Metadata

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions