Skip to content

kaotu/yesno-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yesno

Create virtual environment pipenv OR venv

VENV

$ python -m venv myenv
$ source myenv/bin/activate
$ pip install -r requirements.txt

pipenv

$ pipenv install
$ pipenv shell

How to Runserver

Must be at directory have manage.py file

$ python manage.py runserver