Skip to content

akahard2dj/Blackberry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Blackberry

How to run server

  • python3 -m venv venv
  • source venv/bin/activate
  • (venv) pip install -r requirements.txt
  • (venv) python manage.py runserver

for MySQL environment variables

  • export MYSQL_USER=user
  • export MYSQL_PASSWORD=password
  • export MYSQL_HOSTNAME=hostname
  • export MYSQL_DATABASE=database

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published