Showing
36 changed files
with
1993 additions
and
0 deletions
.gitignore
0 → 100644
.idea/fileshell.iml
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
README.md
0 → 100644
File mode changed
fileshell/__init__.py
0 → 100644
File mode changed
fileshell/admin.py
0 → 100644
fileshell/forms.py
0 → 100644
fileshell/migrations/0001_initial.py
0 → 100644
fileshell/migrations/0004_folder_user.py
0 → 100644
fileshell/migrations/__init__.py
0 → 100644
File mode changed
fileshell/models.py
0 → 100644
fileshell/settings.py
0 → 100644
fileshell/static/css/layout_base.css
0 → 100644
fileshell/static/css/layout_base_demo.css
0 → 100644
fileshell/static/css/layout_profile.css
0 → 100644
fileshell/static/resources/add_folder.png
0 → 100644
3.3 KB
fileshell/static/resources/logout.png
0 → 100644
6.65 KB
fileshell/static/resources/profile.png
0 → 100644
16.6 KB
fileshell/static/resources/shell.png
0 → 100644
7.65 KB
fileshell/static/resources/upload.png
0 → 100644
34.7 KB
fileshell/storages.py
0 → 100644
fileshell/urls.py
0 → 100644
fileshell/views.py
0 → 100644
fileshell/wsgi.py
0 → 100644
manage.py
0 → 100644
templates/base.html
0 → 100644
templates/base_ver2.html
0 → 100644
templates/file.html
0 → 100644
templates/home.html
0 → 100644
templates/index.html
0 → 100644
templates/login.html
0 → 100644
This diff is collapsed. Click to expand it.
templates/profile.html
0 → 100644
This diff is collapsed. Click to expand it.
templates/search.html
0 → 100644
-
Please register or login to post a comment