Skip to content

Harshidpatel12/django_practical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AskSimple

A simple Quora clone.

Getting Started

  1. Create and activate virtual environment:
python3 -m venv venv
source venv/bin/activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Start the development server:
python3 manage.py makemigrations
python3 manage.py migrate
  1. Start the development server:
python3 manage.py runserver
  1. Open your browser and visit:
http://127.0.0.1:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •