Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run

Clone this repository or download this code.

Open Xampp mysql

  1. Create a database name djangoecom
  2. Choose import and import the database file found here

Open VS Code and perform the operations

  1. Open this folder in vs code

  2. Create a env folder by running this command in vs code terminal

    python -m venv env

This creates a env folder in your current folder

  1. To activate env

    .\env\Scripts\activate

  2. then use this command

    pip install -r requirements.txt

  3. Use this to run this django application

    python manage.py runserver

  4. Then run the following command in chrome

http://127.0.0.1:8000/admin

username: poo

password: 12345678

About

This website uses django , HTML , CSS, JavaScript

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages