Skip to content

A dental website backend source code with Django python.

Notifications You must be signed in to change notification settings

alexphilipjames/dental-be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

A dental website backend source code with Django python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published