-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
59 changed files
with
34 additions
and
15 deletions.
There are no files selected for viewing
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 added
BIN
+1.58 KB
bookings/migrations/__pycache__/0002_bookinghotel_delete_booking.cpython-311.pyc
Binary file not shown.
Binary file added
BIN
+1.01 KB
bookings/migrations/__pycache__/0003_bookinghotel_end_bookinghotel_start.cpython-311.pyc
Binary file not shown.
Binary file added
BIN
+1.35 KB
...ons/__pycache__/0004_bookinghotel_city_bookinghotel_current_cost_and_more.cpython-311.pyc
Binary file not shown.
Binary file added
BIN
+974 Bytes
bookings/migrations/__pycache__/0005_bookinghotel_payment_status.cpython-311.pyc
Binary file not shown.
Binary file added
BIN
+1.08 KB
.../migrations/__pycache__/0006_bookinghotel_no_rooms_bookinghotel_useremail.cpython-311.pyc
Binary file not shown.
Binary file added
BIN
+949 Bytes
bookings/migrations/__pycache__/0007_alter_bookinghotel_userpassword.cpython-311.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 added
BIN
+951 Bytes
hotellist/migrations/__pycache__/0002_alter_hotellist_image.cpython-311.pyc
Binary file not shown.
Binary file added
BIN
+977 Bytes
hotellist/migrations/__pycache__/0003_alter_hotellist_image.cpython-311.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 added
BIN
+891 Bytes
mainapp/migrations/__pycache__/0003_alter_login_password.cpython-311.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 added
BIN
+1.22 KB
payments/migrations/__pycache__/0002_remove_paymentdetail_card_no_and_more.cpython-311.pyc
Binary file not shown.
Binary file added
BIN
+936 Bytes
payments/migrations/__pycache__/0003_alter_paymentdetail_password.cpython-311.pyc
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,21 @@ | ||
some commands which you required to setup this in your local device | ||
|
||
1. python and pip must be installed in your systems. | ||
2. If python is not installed first install the python to run this. | ||
3. pip install -r requirements.txt | ||
4. python manage.py makemigrations | ||
5. python manage.py migrate | ||
6. python manage.py createsuperuser --> for creating the superuser to access the database of django admin. | ||
7. python manage.py runserver --> for running the server. | ||
|
||
1. python and pip must be installed in your systems. | ||
2. If python is not installed first install the python to run this. | ||
3. pip install -r requirements.txt | ||
4. python manage.py makemigrations | ||
5. python manage.py migrate | ||
6. python manage.py createsuperuser --> for creating the superuser to access the database of django admin. | ||
7. python manage.py runserver --> for running the server. | ||
|
||
8.... Here in this I integrate 3 different databases which are sqlite (default), mysql and postgrees whenever which database we have to use just comment the rest database and change the hotellist image..... | ||
|
||
|
||
|
||
|
||
pip install --upgrade pip | ||
python.exe -m pip install --upgrade pip .... | ||
|
||
updating the version of pip ----> using above 2 commands.... | ||
|
||
|
||
|
||
django paypal --> require pytz package.. | ||
requests module --> require idna charset-normalizer .. | ||
|
||
|
||
whenever we have to work on virtualenv then we have to use command prompt instead of powershell to check know whether we are working on virtual enviourment or not.. | ||
whenever we have to work on virtualenv then we have to use command prompt instead of powershell to check know whether we are working on virtual enviourment or not... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
asgiref==3.7.1 | ||
certifi==2023.5.7 | ||
charset-normalizer==3.1.0 | ||
Django==4.1 | ||
django-autoslug==1.9.8 | ||
django-ckeditor==6.5.1 | ||
django-cors-headers==3.10.0 | ||
django-js-asset==2.0.0 | ||
django-material-admin==1.8.6 | ||
django-paypal==2.0 | ||
django-rest-framework==0.1.0 | ||
django-six==1.0.5 | ||
django-tinymce==3.5.0 | ||
django-unused-media==0.2.2 | ||
djangorestframework==3.14.0 | ||
idna==3.4 | ||
install==1.3.5 | ||
Pillow==9.5.0 | ||
pytz==2023.3 | ||
requests==2.31.0 | ||
six==1.16.0 | ||
sqlparse==0.4.4 | ||
tzdata==2023.3 | ||
urllib3==2.0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -224,6 +224,7 @@ <h4>Book your Services</h4> | |
</div> | ||
</form> | ||
|
||
|
||
</div> | ||
</div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.