Skip to content

Commit

Permalink
after pagalpanti
Browse files Browse the repository at this point in the history
  • Loading branch information
raunak321321 committed Jun 5, 2021
1 parent 1615cfe commit 892c21a
Show file tree
Hide file tree
Showing 67 changed files with 25 additions and 1 deletion.
25 changes: 25 additions & 0 deletions BusTracking/migrations/0063_auto_20210605_1815.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Generated by Django 3.1.7 on 2021-06-05 12:45

import datetime
from django.db import migrations, models
from django.utils.timezone import utc


class Migration(migrations.Migration):

dependencies = [
('BusTracking', '0062_auto_20210605_1133'),
]

operations = [
migrations.AlterField(
model_name='routes',
name='destinationTime',
field=models.TimeField(default=datetime.datetime(2021, 6, 5, 12, 45, 16, 913928, tzinfo=utc)),
),
migrations.AlterField(
model_name='routes',
name='stationTime',
field=models.TimeField(default=datetime.datetime(2021, 6, 5, 12, 45, 16, 913928, tzinfo=utc)),
),
]
Binary file modified BusTracking/migrations/__pycache__/0001_initial.cpython-39.pyc
Binary file not shown.
Binary file modified BusTracking/migrations/__pycache__/0002_busstand.cpython-39.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified BusTracking/migrations/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
Binary file modified Bus_Prix/__pycache__/settings.cpython-39.pyc
Binary file not shown.
1 change: 0 additions & 1 deletion Bus_Prix/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
DEBUG = True

ALLOWED_HOSTS = [
'booking-bus-via-busin.herokuapp.com'
]


Expand Down

0 comments on commit 892c21a

Please sign in to comment.