Skip to content

shivanshu-semwal/e_Auction

Repository files navigation

e-Auction System

Report

Technologies Used

Setup

  • Create python virtual environment - python3 -m venv django
  • Activate the virtual environment - source ./django/bin/activate for linux
  • Install the required modules in the pip3 install -r requirements.txt

Run

  • python manage.py runserver - for running server
  • python manage.py makemigrations auction - making migrations
  • python manage.py migrate applying migrations to database
  • python manage.py createsuperuser - create admin user

Resources Used

License

MIT

About

A e-Auction site using django.

Topics

Resources

Stars

Watchers

Forks