Skip to content

ingwiz/rebrain-py14

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rebrain-py14

Python #14

How to install and run:

  1. git clone https://github.com/ingwiz/rebrain-py14
  2. cd rebrain-py14/
  3. python3 -m venv .venv
  4. source .venv/bin/activate
  5. pip3 install -r requirements.txt
  6. cd config
  7. python3 make_project_secret_key.py > config/project_secret_key.py
  8. python3 manage.py migrate --run-syncdb
  9. python3 manage.py createsuperuser (Optional)
  10. python3 manage.py runserver
  11. enter the following addresses in the browser's address bar

To exit from venv mode enter deactivate command

About

Python #14

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages