/si664-django

Course project: build a library rent book system.

Primary LanguagePython

Django Kick-Off!

House keeping

  • Download .gitignore and scaffold the project
git init
curl https://www.gitignore.io/api/django > .gitignore
touch README.md
touch requirements.txt
gcam "1st commit" # assuming you're using zsh and the git alias
  • Create virtual environment
  • Install package by pip

Bootstrap Django

django-admin startproject your__django_proj__name .