├── hire/
│ ├── migrations/
│ ├── static/
│ │ └── css/
│ │ └── style.css
│ ├── templates/
│ │ └── home.html
│ ├── __init__.py
│ ├── admin.py
│ ├── apps.py
│ ├── models.py
│ ├── tests.py
│ └── views.py
| |__ urls.py
├── media/
├── neurosphere/
│ ├── __init__.py
│ ├── asgi.py
│ ├── settings.py
│ ├── urls.py
│ └── wsgi.py
└── manage.py
Built on Django, (enhaned by AI/ML)
env\Scripts\activatecd neurospherepython manage.py runserver
By Runtime Error 3.0