Skip to content

Repository for testing issues with raven-python and Django.

License

Notifications You must be signed in to change notification settings

knowmetools/django-raven-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-raven-tests

Repository for testing issues with raven-python and Django.

Installation

Note: We assume Python 3 and virtualenvwrapper are installed.

First create a new virtual environment and clone the project.

$ mkproject --python=python3 django-raven-tests
$ git clone git@github.com:knowmetools/django-raven-tests .

To run the project, make the necessary migrations and start the server.

$ pip install -r requirements.txt
$ ./project/manage.py migrate
$ ./project/manage.py runserver

Endpoints

http://localhost:8000/my-app/foo/

Responds to any request with the following:

{
  "hello": "world"
}

About

Repository for testing issues with raven-python and Django.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages