Skip to content

MahmudulHassan5809/auction-site-python-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Auction Application

Online Auction Application

Live Demo

[Live Demo](http://auctionbd5809.pythonanywhere.com)

Requirements

open requirements.txt file to see requirements & Create Virtual Env

pip install -r requirements.txt

Installing

open terminal and type
git clone https://github.com/MahmudulHassan5809/auction-site-python-django.git

To migrate the database open terminal in project directory and type

python manage.py makemigrations
python manage.py migrate

Static files collection

open terminal and type
python manage.py collectstatic

Creating Superuser

To create superuser open terminal and type
python manage.py createsuperuser

To run the program in local server use the following command

python manage.py runserver

Then go to http://127.0.0.1:8000 in your browser

Author

Mahmudul Hassan
Email: mahmudul.hassan240@gmail.com

========Thank You !!!=========

Releases

No releases published

Packages

No packages published

Languages