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 |
|