Skip to content

Commit

Permalink
create admin scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanderhaegen Cedrik committed Feb 12, 2015
1 parent c14a19c commit 570141c
Show file tree
Hide file tree
Showing 416 changed files with 20,519 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyoes/scaffolds/__init__.py
Expand Up @@ -9,4 +9,10 @@ class PyoesTemplate(PyramidTemplate):
class Pyoes030Template(PyramidTemplate):
_template_dir = 'pyoes_0.3.0'
summary = 'Een scaffold om een pyramid project uit te breiden met OE stijl\
bestanden op basis van sass en compass.'


class PyoesAdmin030Template(PyramidTemplate):
_template_dir = 'pyoes_admin_0.3.0'
summary = 'Een scaffold om een de admin interface van een pyramid project uit te breiden met OE stijl\
bestanden op basis van sass en compass.'
@@ -0,0 +1,4 @@
source "https://rubygems.org"

gem "sass", "~> 3.4.9"
gem "compass", "~> 1.0.0"

0 comments on commit 570141c

Please sign in to comment.