Skip to content

Commit

Permalink
new commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mks2002 committed Jul 11, 2023
1 parent 7f81ff6 commit 22b63ab
Show file tree
Hide file tree
Showing 59 changed files with 34 additions and 15 deletions.
Binary file added bookings/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file added bookings/__pycache__/admin.cpython-311.pyc
Binary file not shown.
Binary file added bookings/__pycache__/apps.cpython-311.pyc
Binary file not shown.
Binary file added bookings/__pycache__/models.cpython-311.pyc
Binary file not shown.
Binary file added bookings/__pycache__/views.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 modified db.sqlite3
Binary file not shown.
Binary file added hotellist/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file added hotellist/__pycache__/admin.cpython-311.pyc
Binary file not shown.
Binary file added hotellist/__pycache__/apps.cpython-311.pyc
Binary file not shown.
Binary file added hotellist/__pycache__/models.cpython-311.pyc
Binary file not shown.
Binary file added hotellist/__pycache__/views.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 added mainapp/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file added mainapp/__pycache__/admin.cpython-311.pyc
Binary file not shown.
Binary file added mainapp/__pycache__/apps.cpython-311.pyc
Binary file not shown.
Binary file added mainapp/__pycache__/models.cpython-311.pyc
Binary file not shown.
Binary file added mainapp/__pycache__/views.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 added payments/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file added payments/__pycache__/admin.cpython-311.pyc
Binary file not shown.
Binary file added payments/__pycache__/apps.cpython-311.pyc
Binary file not shown.
Binary file added payments/__pycache__/models.cpython-311.pyc
Binary file not shown.
Binary file added payments/__pycache__/views.cpython-311.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
23 changes: 8 additions & 15 deletions readme.md
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...
24 changes: 24 additions & 0 deletions requirements.txt
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
1 change: 1 addition & 0 deletions templates/booking.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ <h4>Book your Services</h4>
</div>
</form>


</div>
</div>

Expand Down
1 change: 1 addition & 0 deletions templates/delete_confirmation.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<div class="row ">
<div class="col-sm-12 ">
<div class="mydiv p-5 ">

{% if bool == True %}
<h2 class=" pb-3 fw-bold ">
Are you sure you want to delete this order ?
Expand Down
Binary file added travelwebsite/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file not shown.
Binary file added travelwebsite/__pycache__/urls.cpython-311.pyc
Binary file not shown.
Binary file added travelwebsite/__pycache__/views.cpython-311.pyc
Binary file not shown.
Binary file added travelwebsite/__pycache__/wsgi.cpython-311.pyc
Binary file not shown.
Binary file added userreview/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file added userreview/__pycache__/admin.cpython-311.pyc
Binary file not shown.
Binary file added userreview/__pycache__/apps.cpython-311.pyc
Binary file not shown.
Binary file added userreview/__pycache__/models.cpython-311.pyc
Binary file not shown.
Binary file added userreview/__pycache__/views.cpython-311.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 22b63ab

Please sign in to comment.