Skip to content

controlcode/core-web-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Organisation website

Install pipenv

The project is setup to use Pipenv

First install Pipenv:

pip install pipenv

Then use Pipenv to install dependencies

pipenv install

Run development server

cd django/cc
pipenv run python manage.py runserver

Run Gunicorn locally

Uncomment the static files url in urls.py Then run using this command

gunicorn -c gunicorn.py cc.wsgi:application --bind unix:/home/deploy/site/cc.sock

About

Django based core website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published