iammarco11 / amfoss_tshirts

django portal for amfoss members to buy shirts :smile: I have also hosted this website using heroku :smirk:

Home Page:https://amfoss-tshirts.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

amfoss-tshirts

Made with Django.

This is made using django for amfoss club members to buy tshirts 😄
I have added Google pay to this project.
First clone the repo (after starring 😏)
git clone https://github.com/iammarco11/amfoss_tshirts.git
Then start a virtual environment
virtualenv -p /usr/bin/python3 online
Note Here online is the name of the virtualenv.
Activate the virtualenv
source online/bin/activate

then go to the directory amfoss_tshirts and install all the packages
pip install -r requirements.txt
and run python manage.py migrate
And then to host the server
python manage.py runserver

I have hosted the website through heroku amfoss-tshirt

About

django portal for amfoss members to buy shirts :smile: I have also hosted this website using heroku :smirk:

https://amfoss-tshirts.herokuapp.com/


Languages

Language:Python 70.9%Language:HTML 29.1%