Skip to content

technicianai/django_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django_example

This project exists to demo our product, Technician. Technician can automatically repair your code after a runtime exception is logged to Splunk, New Relic, or even a Slack channel.

Running this Django application

  1. Clone this repository.
  2. Create a virtual environment.
python -m venv env
pip install -r requirements.txt
  1. Make and apply migrations.
python manage.py makemigrations
python manage.py migrate
  1. Run.
python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages