Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

This is where the actual functionality comes in. Django-sheerlike seems to be feature-complete with the Sheer WSGI server. #3

Merged
merged 40 commits into from Jul 22, 2015

Conversation

rosskarchner
Copy link
Member

Other interesting bits:

  • some working, self-contained unit tests
  • a tox.ini, configured to run the unit tests against Python 2.7,3.3, and 3.4
  • .travis.yml
  • A stub directory for Sphinx documentation-- this isn't really in order yet.

The best example of usage is:
https://github.com/rosskarchner/cfgov-django

You should check out local.py and urls.py

rosskarchner and others added 30 commits June 17, 2015 15:41
- provides a generic view which should suffice for most uses
  of sheer's "lookups" feature.
This is Python!
Now I should probably go learn ReStructuredText
MultiValueDict(request.get.copy()) Does
…tion

simplification and DRY work, the beginning of a tool for populating a Django
model from a Sheer template
@kurtrwall
Copy link

Everything checks out for me, but I don't have python3 on my machine so the tox tests only passed on the python27 interpreter.

@@ -48,6 +48,7 @@ Thumbs.db
__pycache__/
*.py[cod]
.env
.eggs/

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should also include .egg/

@rosskarchner
Copy link
Member Author

@kurtw Can you merge? then I'll update my cfgov-django branch

kurtrwall pushed a commit that referenced this pull request Jul 22, 2015
This is where the actual functionality comes in. Django-sheerlike seems to be feature-complete with the Sheer WSGI server.
@kurtrwall kurtrwall merged commit 8e2914d into cfpb:master Jul 22, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants