Skip to content
This repository has been archived by the owner on Jan 1, 2022. It is now read-only.

pythoncr/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonCR

Create a symlink

ln -s path-to-project/resources/settings/local.py path-to-project/resources/settings/application.py

Create/Modify your path-to-project/resources/settings/.env file to match your conf

DEBUG=on SECRET_KEY=****** DATABASE_URL=postgres://pythoncr:pythoncr@127.0.0.1:5432/pythoncr

Install mailcatcher

apt install build-essential libsqlite3-dev ruby-dev gem install mailcatcher --no-ri --no-rdoc mailcatcher --ip=0.0.0.0

ENJOY!!

create role pythoncr with login password 'pythoncr'; create database pythoncr; grant all on database pythoncr to pythoncr;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published