-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
41 lines (18 loc) · 1.24 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Welcome to the Minnesotan Gopher Fan Shop E-commerce Project! This is a responsive website that integrates e-commerce features with CRUD operations, allowing users to browse, select, purchase, and update a variety of Gopher products! This website was utilized and developed using tools that include Django, Python, SQLite, HTML/CSS/JS and the MVT design!
To run this project in your environment, please follow the following instructions!
Assuming Django and Python is already installed in your environment ->
Go ahead and pull the Repo from Github and open it up in your preferred IDE
Install Pillow, Pillow is a powerful library for handling images in Python
python -m pip install Pillow
Migrate all the models to the SQLite Database
python manage.py migrate
Now run the application, and follow the link given in your terminal
python manage.py runserver
To access the database, copy the following url to your browser
http://127.0.0.1:8000/admin/
Create a Superuser to access the database
python manage.py createsuperuser
Now login to database with your new user creditials to view SQLite db tables!
You should now have access to the Minnesota Gopher Fan Shop aswell as its database!
I hope you enjoy this project!
Thank you, Tamer