GitClassic
Feed
Explore
Random
Go Pro
Sign in
awasthi21
/
LoopRestaurantMonitoring
Code
/
Commits
/ 6ace74c
added restaurantMonitoring app
Malay Awasthi committed on Apr 4, 2023, 11:44 PM
Showing
30
changed files
+15106 additions
-0 deletions
A
LoopRestaurantMonitoring/__init__.py
A
LoopRestaurantMonitoring/__pycache__/__init__.cpython-310.pyc
A
LoopRestaurantMonitoring/__pycache__/settings.cpython-310.pyc
A
LoopRestaurantMonitoring/__pycache__/urls.cpython-310.pyc
A
LoopRestaurantMonitoring/__pycache__/wsgi.cpython-310.pyc
A
LoopRestaurantMonitoring/asgi.py
+16
A
LoopRestaurantMonitoring/settings.py
+125
A
LoopRestaurantMonitoring/urls.py
+23
A
LoopRestaurantMonitoring/wsgi.py
+16
A
RestaurantMonitoring/__init__.py
A
RestaurantMonitoring/admin.py
+3
A
RestaurantMonitoring/apps.py
+6
A
RestaurantMonitoring/commons.py
+287
A
RestaurantMonitoring/logs
+27
A
RestaurantMonitoring/migrations/0001_initial.py
+54
A
RestaurantMonitoring/migrations/0002_populate_restaurant_timezone_data.py
+36
A
RestaurantMonitoring/migrations/0003_populate_restaurant_timings_data.py
+67
A
RestaurantMonitoring/migrations/0004_populate_restaurant_status_data.py
+13
A
RestaurantMonitoring/migrations/0005_restaurantstatus_time_created_and_more.py
+24
A
RestaurantMonitoring/migrations/__init__.py
A
RestaurantMonitoring/migrations/populate_restaurant_status_2023-04-04_18-32-01.py
+20
A
RestaurantMonitoring/models.py
+29
A
RestaurantMonitoring/reports/8jShPVnZ.csv
+14226
A
RestaurantMonitoring/restaurant_montioring_local_settings.py
+10
A
RestaurantMonitoring/restaurant_status_poller.py
+48
A
RestaurantMonitoring/tests.py
+3
A
RestaurantMonitoring/urls.py
+8
A
RestaurantMonitoring/views.py
+39
A
manage.py
+22
A
requirements.txt
+4
Browse files at this commit โ