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

Commit

Permalink
Merge pull request #3 from rosskarchner/master
Browse files Browse the repository at this point in the history
This is where the actual functionality comes in. Django-sheerlike seems to be feature-complete with the Sheer WSGI server.
  • Loading branch information
Kurt Wall committed Jul 22, 2015
2 parents 5a5d8f7 + 59a3c2d commit 8e2914d
Show file tree
Hide file tree
Showing 45 changed files with 2,077 additions and 253 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -7,6 +7,7 @@
*.o
*.so
_site/
_build/

# Packages #
############
Expand All @@ -20,7 +21,6 @@ _site/
*.rar
*.tar
*.zip

# Logs and databases #
######################
*.log
Expand Down Expand Up @@ -48,6 +48,8 @@ Thumbs.db
__pycache__/
*.py[cod]
.env
.eggs/
.egg/

# Django #
#################
Expand Down
3 changes: 3 additions & 0 deletions .mailmap
@@ -0,0 +1,3 @@
Ross M Karchner <ross.karchner@cfpb.gov> <ross.karchner@cfpb.gov> <ross@karchner.com>
Ross M Karchner <ross.karchner@cfpb.gov> <ross@karchner.com>
Scott Cranfill <scott.cranfill@cfpb.gov> <scott@scottcranfill.com>
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: python
install:
- pip install tox
script:
- tox
env:
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
10 changes: 10 additions & 0 deletions AUTHORS
@@ -0,0 +1,10 @@
Ans <anselmbradford@users.noreply.github.com>
Anselm Bradford <Anselm.Bradford@cfpb.gov>
Chris Contolini <contolini@users.noreply.github.com>
James Wilson <Jimmy.Wilson@cfpb.gov>
Marc Esher <marc.esher@gmail.com>
Ross M Karchner <ross.karchner@cfpb.gov>
Scott Cranfill <scott.cranfill@cfpb.gov>
bill shelton <bill@if.io>
sheltonw <william.shelton@cfpb.gov>
virtix <bill@if.io>
17 changes: 0 additions & 17 deletions CHANGELOG.md

This file was deleted.

32 changes: 0 additions & 32 deletions CONTRIBUTING.md

This file was deleted.

33 changes: 33 additions & 0 deletions CONTRIBUTING.rst
@@ -0,0 +1,33 @@
Guidance on how to contribute
=============================

All contributions to this project will be released under the CC0
public domain dedication. By submitting a pull request or filing a
bug, issue, or feature request, you are agreeing to comply with this
waiver of copyright interest. Details can be found in our
`TERMS <TERMS.md>`__ and `LICENCE <LICENSE>`__.

There are two primary ways to help: - Using the issue tracker, and -
Changing the code-base.

Using the issue tracker
-----------------------

Use the issue tracker to suggest feature requests, report bugs, and ask
questions. This is also a great way to connect with the developers of
the project as well as others who are interested in this solution.

Use the issue tracker to find ways to contribute. Find a bug or a
feature, mention in the issue that you will take on that effort, then
follow the *Changing the code-base* guidance below.

Changing the code-base
----------------------

Generally speaking, you should fork this repository, make changes in
your own fork, and then submit a pull-request. All new code should have
associated unit tests that validate implemented features and the
presence or lack of defects. Additionally, the code should follow any
stylistic and architectural guidelines prescribed by the project. In the
absence of such guidelines, mimic the styles and patterns in the
existing code-base.
78 changes: 78 additions & 0 deletions ChangeLog
@@ -0,0 +1,78 @@
CHANGES
=======

* delete unneccesary print statement
* add pytz
* Update README.rst
* fix date formatting filter, and implement relative template imports, and a global request object!
* fixed logic for certain types of 404's
* corrected README re: generic views
* refactored to simplify and unify the generic views, and make the combined SheerTemplateView behave more like Sheer does
* A new generic view that infers templates from the URL, some configuration simplification and DRY work, the beginning of a tool for populating a Django model from a Sheer template
* Update README.rst
* One last markdown-to-ReStructuredText conversion
* Update README.rst
* Update README.rst
* Update README.rst
* Removed redundant changelog
* Remove duplicate names from AUTHORS
* Removed screenshot, added mailmap
* The actual tests I meant to include in the last commit, plus some administrivia
* Migrated some unit tests from Sheer, and configs for tox and Travis
* request.GET.copy() doesn't get you a mutable object
* Up to date with @kwall's latest changes to sheer.query
* added jinja2 to the requirements
* add elasticsearch depenedency
* remove unneeded import, and fix reference to README in setup.cfg
* trying to get autodoc working
* moved doc stub into docs folder
* product of running sphinx-quickstart
* Update README.rst
* This is madness! This is Python!
* Filtering doesn't work yet, but now it fails differently
* Formatting fixes, and added information on SheerDetailView
* Guidance re: .permalink is no longer accurate
* - restores .permalink (using a registry mechanism) - provides a generic view which should suffice for most uses of sheer's "lookups" feature
* fix typo ;)
* initial commit
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Fix typo
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Removes trailing newlines
* Update TERMS.md
* Fixes #13 - adds INSTALL.md
* Updating gitignore for more robust coverage
* Fixes typo
* Update README.md
* Add front-endy things to ignore
* Add open source checklist and to do item in README
* Use official CC0 plain text legal code
* Add suggested CHANGELOG format
* Add language about CFPB contribs. to a joint work
* https fix
* https a URL on README
* Fix typo in README
* Update first sentence of TERMS
* Copyedit README
* Copyedit CONTRIBUTING
* Fix typo in TERMS.md
* Fix typos in README. Add simple gitignore
* Update screenshot link to point to CFPB
* Adjust screenshot size
* Add screenshot to README
* Add example screenshot
* Add example screenshot
* Update README and add CHANGELOG
* Add TERMS and CONTRIBUTING
* Initial commit
3 changes: 0 additions & 3 deletions INSTALL.md

This file was deleted.

5 changes: 5 additions & 0 deletions INSTALL.rst
@@ -0,0 +1,5 @@
Installation instructions
=========================

Detailed instructions on how to install, configure, and get the project
running.
75 changes: 0 additions & 75 deletions README.md

This file was deleted.

0 comments on commit 8e2914d

Please sign in to comment.