Skip to content

A Django implementation of the Contact.app used in the Chapter 3 of the book Hypermedia Systems

License

Notifications You must be signed in to change notification settings

kemar/django-contact-app

Repository files navigation

Django Contact.app

A Django implementation of the Contact.app used in the Chapter 3 of the book Hypermedia Systems.

This is for people familiar with Django wishing to continue the reading in familiar territory.

The game is to use a hypermedia-oriented library to improve this "web 1.0 application" while retaining the hypermedia-based approach.

Switch between tags

$ git switch -d web-1-app
$ git switch -d chapter-5
$ git switch -d chapter-6
$ git switch -d chapter-7
$ git switch -d chapter-9
$ git switch -d chapter-12

Usage with Docker

To run the Django dev server:

$ docker-compose up

To load the initial data, open a new terminal window:

$ make django_admin COMMAND="loaddata fixtures/contact.json"

Pull requests

Data source

Initial data from generatedata.

About

A Django implementation of the Contact.app used in the Chapter 3 of the book Hypermedia Systems

Resources

License

Stars

Watchers

Forks

Packages

No packages published