]> gitweb.fperrin.net Git - djsite.git/commit
Import quotes app structure
authorFrédéric Perrin <fred@fperrin.net>
Wed, 28 Sep 2016 20:32:35 +0000 (21:32 +0100)
committerFrédéric Perrin <fred@fperrin.net>
Wed, 28 Sep 2016 20:32:35 +0000 (21:32 +0100)
commite63e884391c4ac2c3af8ff72919a196f7bf9d83f
tree09281fec9557333a07deea122b68665e68eab97a
parent297549c44cfcee0894c0f16783b4a687987ab293
Import quotes app structure
quotes/__init__.py [new file with mode: 0644]
quotes/admin.py [new file with mode: 0644]
quotes/migrations/__init__.py [new file with mode: 0644]
quotes/models.py [new file with mode: 0644]
quotes/tests.py [new file with mode: 0644]
quotes/views.py [new file with mode: 0644]