Skip to content

dimkoug/appointmentmanagement

Repository files navigation

Django appointment management application with django 2.* python 3

Quick start

  1. Clone repo like this:

    git clone  https://github.com/dimkoug/appointmentmanagement.git
    
  2. Create a virtualenv:

    python3 -m venv virtualenv
    
  3. Activate virtualenv

  4. Install packages from requirements.txt file

  5. Create settings_local.py with settings from settings_local_sample.py

  6. Run python manage.py migrate

  7. Start the development server and visit http://127.0.0.1:8000/

Todo

  1. Create class based views for the frontend.

About

Appointment management with django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages