Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

brilliantorg/example_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example_project

This assumes you have python3 and virtualenv.

git clone https://github.com/brilliantorg/example_project.git
cd example_project
python3 -m venv ~/.virtualenvs/example_project
source ~/.virtualenvs/example_project/bin/activate
pip install -r requirements.txt
./manage.py migrate
./manage.py runserver

Then access http://localhost:8000/example/hello-world/ from your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •