/hy-django

A sample app using Hy with Django

Primary LanguageHy

Hy Django

This project is a sample of using Hy with Django.

It follows the Django Getting Started documentation, but uses Hy for the entire project.

Initial Setup

$ pip install django

# Newer version of python require the git version of hy.
$ pip install git+https://github.com/hylang/hy.git