Skip to content

arcalinea/possibility-space

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

possibility.space

Install django using virtualenv:

virtualenv venv
source ./venv/bin/activate
pip install django

If running for the first time, will have to apply db migrations:

python manage.py migrate

To run locally, from app directory "pspace":

python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published