Skip to content

Commit

Permalink
Staged.
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Trinkle committed Jan 16, 2017
1 parent 5c07951 commit 84f9a5e
Show file tree
Hide file tree
Showing 48 changed files with 12 additions and 419 deletions.
7 changes: 7 additions & 0 deletions NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@ http://www.revsys.com/blog/2014/nov/21/recommended-django-project-layout/
http://python-packaging.readthedocs.io/en/latest/dependencies.html

http://www.mkdocs.org/

before trying to package for pypi:

1. `pip install twine`
2. `pip install wheel`
3. `python setup.py sdist`
4. `python setup.py bdist_wheel`
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=====
Coupons
=====

DRF Coupons
-----------

A django-rest-framework application that provides many varieties of coupons

Expand All @@ -20,5 +20,5 @@ Quick start

url(r'^', include('coupons.urls')),

3. Run `python manage.py migrate` to create the polls models.
3. Run ``python manage.py migrate`` to create the polls models.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file removed foo/foo/__init__.py
Empty file.
7 changes: 0 additions & 7 deletions foo/foo/apps.py

This file was deleted.

24 changes: 0 additions & 24 deletions foo/foo/migrations/0001_initial.py

This file was deleted.

Empty file removed foo/foo/migrations/__init__.py
Empty file.
20 changes: 0 additions & 20 deletions foo/foo/migrations/define_groups.py

This file was deleted.

14 changes: 0 additions & 14 deletions foo/foo/models.py

This file was deleted.

16 changes: 0 additions & 16 deletions foo/foo/serializers.py

This file was deleted.

129 changes: 0 additions & 129 deletions foo/foo/settings.py

This file was deleted.

Empty file removed foo/foo/tests/__init__.py
Empty file.
19 changes: 0 additions & 19 deletions foo/foo/tests/base.py

This file was deleted.

68 changes: 0 additions & 68 deletions foo/foo/tests/test_item_coupon_create.py

This file was deleted.

31 changes: 0 additions & 31 deletions foo/foo/tests/test_item_create.py

This file was deleted.

34 changes: 0 additions & 34 deletions foo/foo/urls.py

This file was deleted.

Loading

0 comments on commit 84f9a5e

Please sign in to comment.