https://github.com/skyl/skyl.org
Place for developers, designers and clients to connect about projects, built on Pinax
https://github.com/skyl/skyl.org
Last synced: 11 months ago
JSON representation
Place for developers, designers and clients to connect about projects, built on Pinax
- Host: GitHub
- URL: https://github.com/skyl/skyl.org
- Owner: skyl
- Created: 2009-10-07T17:01:06.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-03-21T15:34:18.000Z (about 16 years ago)
- Last Synced: 2024-06-11T19:19:08.124Z (about 2 years ago)
- Language: JavaScript
- Homepage: http://skyl.org/projects/project/skyl-dot-org/
- Size: 6.43 MB
- Stars: 14
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
This app is tested with my branch of pinax that stays merged with pinax head
git clone git://github.com/skyl/pinax.git
or you can make your own branch. Pinax trunk will probably work
(well, you need django-events and django-listings that aren't in the
requirements file so no). You can modify the instructions found here:
http://pinaxproject.com/docs/dev/contributing.html
This project uses Django 1.1 or trunk but django-events does not work with <1.1
pip install -U django
Please do use virtualenv