Commit Graph

18 Commits

Author SHA1 Message Date
winkidney
ec6d444759 Feature: Move viewsets to views.py 2019-02-20 18:03:27 +08:00
winkidney
32dc00fa34 Feature: Add image creation api and api-docs of DRF api 2019-02-20 17:40:19 +08:00
winkidney
220c49a725 Feature: add basic drf-api for user/pin 2019-02-20 17:05:14 +08:00
winkidney
ac469d47f9 Fix: Add a mark 'IS_TEST' to decide if we should load image-urls 2018-08-26 21:30:07 -07:00
winkidney
f85a1e7301 Fix: Upgrade django to 1.11 LTS
New version of django fix the RuntimeError while saving wepb file.

The patch will not be applied to Django 1.8

Ref: https://www.djangoproject.com/download/#supported-versions

Ref: https://github.com/django/django/pull/10331
2018-08-26 21:30:07 -07:00
Isaac Bythewood
1fcdf2a9a3 Refactor apps to be in repo folder 2018-02-08 21:57:49 -05:00
Isaac Bythewood
a55644ba76 Start adding basic admin elements 2017-02-11 05:24:01 +00:00
Isaac Bythewood
a4f3adc2df Updated requirements and other items in preps of new pinry version 2013-09-22 03:33:50 +00:00
Krzysztof Klimonda
c267b55d0c Serve /media/ using Django while in Development
staticfiles_urlpatterns() add only handler for serving /static/ path,
add pattern for /media/.
2013-03-05 14:24:51 -08:00
Krzysztof Klimonda
0cbd5bdaa1 re-enable asset compression with django_compressor
Finally had time to figure out the problem "caused" by django_compressor,
so we can no re-enable it. Fixes #3
2013-03-05 02:42:20 -08:00
Krzysztof Klimonda
53f05dbb6d A general project refactor
Removed pins django app, and moved code to the core. Moved user related
code out of core to the users app.
2013-03-03 04:47:34 -08:00
Isaac Bythewood
fa7e8c3b83 Get basic working bookmarklet and refactor API into core 2013-02-26 23:20:50 +00:00
Krzysztof Klimonda
d462bfb83b A major RESTful API rewrite
Rewritten API to handle creating pins for both urls
and previously-uploaded images. Added some tests for it.
2013-02-25 15:10:15 -08:00
Isaac Bythewood
8e8bed0efa Rewrite the display of recent pins without the use of third-party js libs 2013-02-20 07:59:45 +00:00
Isaac Bythewood
e467a83683 Remove admin which was a temporary fix 2013-02-20 05:35:10 +00:00
Isaac Bythewood
605c25a561 Added basic admin functionality with pin integration. 2012-09-29 06:36:51 +00:00
Isaac Bythewood
f88a06aefa Started the creation of an API and implemented infinite scroll. Closes issue #7. 2012-04-27 19:59:55 +00:00
Isaac Bythewood
644184d0ad Initial commit. 2012-04-26 03:44:16 +00:00