Skip to content

AysKrimn/e-commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

e-commerce

The simple E-commerce project made with Django

Clone project, insert your Django application token in uygulama/settings.py file then run these commands in your terminal:
py manage.py makemigrations
py manage.py migrate
Lastly, create admin for your site by running this command:
py manage.py createsuperuser then follow instruactions.


Django ile yapılan basit E-ticaret uygulaması
Projeyi klonlayın ve daha sonra django uygulamanızın tokenini uygulama klasörünün içindeki settings.py dosyasındaki ilgili kısma yapıştırın. Daha sonra terminalde şu 2 kodu çalıştırın:
py manage.py makemigrations
py manage.py migrate
Son olarak siteniz için bir admin oluşturun onuda şu komutla yapın: py manage.py createsuperuser

About

The simple E-commerce project made with Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published