Skip to content

imasdekar/wpc_proj

 
 

Repository files navigation

WPC website

Installation


  • Clone this repository
  • Run following command.

pip install -r requirements.txt

  • Create .env file inside wpc_website folder as below

DEBUG=True

SECRET_KEY=Your-secret-key

DATABASE_URL=psql://wpc-user:[email protected]:5432/wpc_db

CACHE_URL=rediscache://redis:6379/1?client_class=django_redis.client.DefaultClient&password=redis-un-githubbed-password

  • Create .env file in root folder

DB_USER=wpc-user

DB_PASSWORD=wpc-pass

DB_NAME=wpc_db

  • Run docker-compose up from project root

docker-compose up

  • Open another terminal and run

python manage.py migrate

python manage.py createsuperuser

python manage.py runserver

About

Website for Working People's Charter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 32.4%
  • HTML 32.2%
  • CSS 19.5%
  • Python 15.8%
  • Shell 0.1%