-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from anurag6569201/master
Master
- Loading branch information
Showing
25 changed files
with
400 additions
and
130 deletions.
There are no files selected for viewing
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,6 @@ | ||
set -o errexit | ||
|
||
pip install -r requirements.txt | ||
|
||
python manage.py collectstatic --noinput | ||
python manage.py migrate |
Binary file not shown.
Binary file not shown.
Binary file not shown.
36 changes: 36 additions & 0 deletions
36
core/migrations/0016_cartorder_razor_pay_order_id_and_more.py
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,36 @@ | ||
# Generated by Django 5.0 on 2024-02-06 17:12 | ||
|
||
import django.db.models.deletion | ||
from django.conf import settings | ||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('core', '0015_alter_product_description_and_more'), | ||
migrations.swappable_dependency(settings.AUTH_USER_MODEL), | ||
] | ||
|
||
operations = [ | ||
migrations.AddField( | ||
model_name='cartorder', | ||
name='razor_pay_order_id', | ||
field=models.CharField(blank=True, max_length=100, null=True), | ||
), | ||
migrations.AddField( | ||
model_name='cartorder', | ||
name='razor_pay_payment_id', | ||
field=models.CharField(blank=True, max_length=100, null=True), | ||
), | ||
migrations.AddField( | ||
model_name='cartorder', | ||
name='razor_pay_payment_signature', | ||
field=models.CharField(blank=True, max_length=100, null=True), | ||
), | ||
migrations.AlterField( | ||
model_name='productreview', | ||
name='user', | ||
field=models.ForeignKey(null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='review', to=settings.AUTH_USER_MODEL), | ||
), | ||
] |
Binary file added
BIN
+1.66 KB
core/migrations/__pycache__/0016_cartorder_razor_pay_order_id_and_more.cpython-312.pyc
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
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
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.
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
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,57 @@ | ||
asgiref==3.7.2 | ||
attrs==23.2.0 | ||
beautifulsoup4==4.12.3 | ||
branca==0.7.0 | ||
bs4==0.0.2 | ||
certifi==2021.5.30 | ||
charset-normalizer==2.0.3 | ||
click==8.1.7 | ||
click-plugins==1.1.1 | ||
cligj==0.7.2 | ||
colorama==0.4.6 | ||
Django==5.0 | ||
django-ckeditor==6.7.0 | ||
django-crispy-forms==2.1 | ||
django-jazzmin==2.6.0 | ||
django-js-asset==2.2.0 | ||
django-paypal==2.0 | ||
django-shortuuidfield==0.1.3 | ||
django-taggit==5.0.1 | ||
fiona==1.9.5 | ||
folium==0.15.1 | ||
geographiclib==2.0 | ||
geopandas==0.14.2 | ||
geopy==2.4.1 | ||
gunicorn==21.2.0 | ||
humanfriendly==9.2 | ||
idna==3.2 | ||
Jinja2==3.1.3 | ||
joblib==1.3.2 | ||
MarkupSafe==2.1.4 | ||
networkx==3.2.1 | ||
numpy==1.26.3 | ||
osmnx==1.8.1 | ||
packaging==23.2 | ||
pandas==2.2.0 | ||
Pillow==10.1.0 | ||
pycryptodome==3.20.0 | ||
pyproj==3.6.1 | ||
pyreadline==2.1 | ||
python-dateutil==2.8.2 | ||
pytz==2021.1 | ||
razorpay==1.4.1 | ||
requests==2.31.0 | ||
scikit-learn==1.4.0 | ||
scipy==1.12.0 | ||
setuptools==69.0.3 | ||
shapely==2.0.2 | ||
shortuuid==1.0.11 | ||
six==1.16.0 | ||
soupsieve==2.5 | ||
sqlparse==0.4.4 | ||
threadpoolctl==3.2.0 | ||
tzdata==2023.3 | ||
ulid-py==1.1.0 | ||
urllib3==1.26.6 | ||
whitenoise==6.6.0 | ||
xyzservices==2023.10.1 |
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
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,13 @@ | ||
.invoice-page{ | ||
margin-top: 60px; | ||
text-align: center; | ||
} | ||
.a4-paper{ | ||
background-color: #f4f6f9; | ||
width: 21cm; | ||
height: 29.7cm; | ||
padding: 2em; | ||
} | ||
.invoice-item-price{ | ||
font-size: 1.4em; | ||
} |
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
Oops, something went wrong.