pybo
├─ common
│ ├─ admin.py
│ ├─ apps.py
│ ├─ forms.py
│ ├─ migrations
│ │ └─ __init__.py
│ ├─ models.py
│ ├─ tests.py
│ ├─ urls.py
│ ├─ views.py
│ └─ __init__.py
├─ config
│ ├─ asgi.py
│ ├─ settings
│ │ ├─ base.py
│ │ ├─ local.py
│ │ └─ prod.py
│ ├─ urls.py
│ ├─ wsgi.py
│ └─ __init__.py
├─ manage.py
├─ pybo
│ ├─ admin.py
│ ├─ ai_system
│ │ ├─ ai_files
│ │ │ ├─ ai_models
│ │ │ ├─ backup
│ │ │ ├─ embedings
│ │ │ ├─ fonts
│ │ │ ├─ image_test
│ │ │ ├─ results_test
│ │ │ ├─ systems_test
│ │ │ └─ temps
│ │ ├─ ai_pybo.py
│ │ └─ ai_system.py
│ ├─ apps.py
│ ├─ forms.py
│ ├─ migrations
│ │ ├─ ...
│ ├─ models.py
│ ├─ templatetags
│ │ └─ pybo_filter.py
│ ├─ tests.py
│ ├─ urls.py
│ ├─ views
│ │ ├─ answer_views.py
│ │ ├─ base_views.py
│ │ ├─ comment_view.py
│ │ └─ question_views.py
│ └─ __init__.py
├─ README.md
├─ requirements.txt
├─ static
│ ├─ bootstrap.min(temp).css
│ ├─ bootstrap.min.css
│ ├─ bootstrap.min.js
│ ├─ jquery-3.4.1.min.js
│ ├─ question_form.css
│ ├─ question_form.js
└─ templates
├─ base.html
├─ common
│ ├─ 404.html
│ ├─ login.html
│ └─ signup.html
├─ form_errors.html
├─ navbar.html
└─ pybo
├─ answer_form.html
├─ comment_form.html
├─ question_detail.html
├─ question_form.html
├─ question_list.html
└─ test.html
-
Notifications
You must be signed in to change notification settings - Fork 0
YL-tech-dot/ocode_test02
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description or website provided.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published