Skip to content

Commit

Permalink
rm app and add xlxxwritter
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisKoleda committed Mar 1, 2024
1 parent 6656b38 commit ecf73a8
Show file tree
Hide file tree
Showing 104 changed files with 4 additions and 3 deletions.
File renamed without changes.
Binary file removed app/app/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file removed app/app/__pycache__/settings.cpython-312.pyc
Binary file not shown.
Binary file removed app/app/__pycache__/urls.cpython-312.pyc
Binary file not shown.
Binary file removed app/app/__pycache__/wsgi.cpython-312.pyc
Binary file not shown.
File renamed without changes.
2 changes: 1 addition & 1 deletion app/routing.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from channels.routing import ProtocolTypeRouter, URLRouter
from django.urls import re_path

from app.task import consumers
from task import consumers

application = ProtocolTypeRouter({
"websocket": URLRouter([
Expand Down
File renamed without changes.
Binary file removed app/task/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file removed app/task/__pycache__/admin.cpython-312.pyc
Binary file not shown.
Binary file removed app/task/__pycache__/apps.cpython-312.pyc
Binary file not shown.
Binary file removed app/task/__pycache__/filters.cpython-312.pyc
Binary file not shown.
Binary file removed app/task/__pycache__/forms.cpython-312.pyc
Binary file not shown.
Binary file removed app/task/__pycache__/models.cpython-312.pyc
Binary file not shown.
Binary file removed app/task/__pycache__/tables.cpython-312.pyc
Binary file not shown.
Binary file removed app/task/__pycache__/urls.cpython-312.pyc
Binary file not shown.
Binary file removed app/task/__pycache__/views.cpython-312.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion req.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ asgiref==3.7.2
Django==4.2.6
sqlparse==0.4.4
psycopg2-binary
channels
channels
xlsxwriter
2 changes: 1 addition & 1 deletion app/app/routing.py → routing.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from channels.routing import ProtocolTypeRouter, URLRouter
from django.urls import re_path

from task import consumers
from app.task import consumers

application = ProtocolTypeRouter({
"websocket": URLRouter([
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ecf73a8

Please sign in to comment.