Skip to content

Arunhari333/excel2018-accounts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

excel2018-accounts

A platform for event managers and participants for EXCEL 2018

Create python virtual environment and install python dependencies

virtualenv -p python3 env
source env/bin/activate  # run this command everytime before working on project
pip install -r requirements.txt

Set up PostgreSQL

sudo su - postgres
CREATE DATABASE excel2018_accounts;
CREATE USER admin WITH PASSWORD 'pass';
ALTER ROLE admin SET client_encoding TO 'utf8';
GRANT ALL PRIVILEGES ON DATABASE excel2018_accounts TO admin;

About

A platform for event managers and participants for EXCEL 2018

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 62.6%
  • HTML 35.5%
  • CSS 1.9%