Skip to content
This repository was archived by the owner on Sep 27, 2022. It is now read-only.

denis-trofimov/learnpython

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

165 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To setup project localy

  • Set up virtualenv
  • Install requirements from requirements.txt
  • Change settings in settings.py
  • Go to sub directory landing_page in terminal cd learnpython/landing_page
  • Run migrations python manage.py migrate
  • Add admin user python manage.py createsuperuser
  • Start the project with python manage.py runserver
  • Login to the Admin panel in a browser http://127.0.0.1:8000/admin/ Inside the Admin panel
  • Create enrollment. Create enrollment example
  • Login to Admin panel in a browser http://127.0.0.1:8000/admin/

To deploy project

Check the fabfile.py if you need to alter deployment settings. Then install requirements from requitements-deploy.txt and run fab deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 71.3%
  • CSS 19.0%
  • Python 6.5%
  • JavaScript 3.1%
  • Dockerfile 0.1%