cesarlopezt / dental-clinic-appointments

Django website to manage the dentists, patients and appointments of a dental clinic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dental-clinic-appointments

Django website for a Project Management final project

Standards:

  • When working on a new feature
    1. Create a branch with the form feature/{name-of-feature}
    2. Once the progress is ready open a Pull Request on github and ask Cesar to review it.

Setup:

  1. py venv env
  2. env\Scripts\activate.bat
  3. pip install -r requirements.txt

First time running server:

  1. py manage.py migrate
  2. py manage.py createsuperuser and setup your admin credentials
  3. Create dev.py file on dental_clinic/settings/ with your desired settings, in case no new settings, just duplicate base.py
  4. py manage.py runserver --settings dental_clinic.settings.dev

About

Django website to manage the dentists, patients and appointments of a dental clinic


Languages

Language:Python 54.7%Language:HTML 39.2%Language:CSS 6.1%