Skip to content

lammelmiklos/bloom-crm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bloom-crm

CRM for student growth management

Git commands to setup GitHub repo (if the GitHub repo got created after the local commits): git remote add origin [email protected]:lammelmiklos/bloom-crm.git git pull origin master --allow-unrelated-histories git push -u origin master

Commands: django-admin startproject python manage.py runserver python manage.py startapp

This creates a much nicer Django shell pip install ipython python manage.py shell

TODO:

  • fix the secret key issue

Set up Vs Code for Django - put this in settings.json:

"files.associations": { "/*.html": "html", "/templates//*.html": "django-html", "/templates//*": "django-txt", "/requirements{/**,*}.{txt,in}": "pip-requirements", },

"emmet.includeLanguages": {"django-html": "html"},

About

CRM for student growth management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published