Commit Graph

1454 Commits

Author SHA1 Message Date
pyup-bot
fe80eaed13 Update django-test-plus from 1.0.13 to 1.0.14 2016-06-27 15:48:01 +08:00
Jannis Gebauer
8d1324937c Merge pull request #650 from pydanny/pyup-update-flake8-2.5.5-to-2.6.2
Update flake8 to 2.6.2
2016-06-27 09:47:20 +02:00
pyup-bot
e0269c0826 Update flake8 from 2.5.5 to 2.6.2 2016-06-27 04:24:19 +08:00
pyup-bot
cbc0a3a704 Update flake8 from 2.5.5 to 2.6.2 2016-06-27 04:24:18 +08:00
Fábio C. Barrionuevo da Luz
82adefbf64 Merge pull request #639 from ddiazpinto/improve-install_os_dependencies
Improve `install_os_dependencies.sh`
2016-06-26 17:24:07 -03:00
David Díaz
f991913c24 Changed bash command substitution from command to $(command) 2016-06-25 20:29:31 +02:00
Fabio C. Barrioneuvo da Luz
206fcc6d6d use https instead ssh to clone cookiecutter-webpack - fix issue #647 2016-06-25 11:25:05 -03:00
Jannis Gebauer
a65414a730 add recent changes 2016-06-24 22:46:36 +02:00
Jannis Gebauer
248a5647f6 Merge pull request #627 from kappataumu/fix-574
Fix for issue #574
2016-06-24 22:43:05 +02:00
Jannis Gebauer
1d8bfe5554 Merge pull request #638 from jangeador/db-gzip
makes the database backups compressed. restores compressed backups
2016-06-24 22:40:43 +02:00
Jannis Gebauer
a9a5fd16a6 Merge pull request #644 from cgaspoz/master
Add GPLv3 licence support
2016-06-24 22:40:25 +02:00
Jannis Gebauer
2f2d874217 Merge pull request #646 from pydanny/pyup-update-django-anymail-0.4.1-to-0.4.2
Update django-anymail to 0.4.2
2016-06-24 22:40:09 +02:00
pyup-bot
08fa635b5f Update django-anymail from 0.4.1 to 0.4.2 2016-06-25 03:39:23 +08:00
Cédric Gaspoz
730e4fead1
Add GPLv3 licence support 2016-06-24 16:59:55 +02:00
Daniel Roy Greenfeld
7d04a1dfa2 Fix for #642 2016-06-24 07:00:44 +08:00
Audrey Roy Greenfeld
14729d8c04 Clean up module comment 2016-06-24 02:42:36 +08:00
Audrey Roy Greenfeld
958bdee3e5 Settings file for running tests faster 2016-06-24 02:41:44 +08:00
Audrey Roy Greenfeld
7bd3615f11 Merge pull request #641 from pydanny/pyup-update-django-anymail-0.3.1-to-0.4.1
Update django-anymail to 0.4.1
2016-06-22 23:52:41 -07:00
pyup-bot
08c5e3883f Update django-anymail from 0.3.1 to 0.4.1 2016-06-23 08:54:12 +08:00
David Díaz
1aa7bfcf98 Improve install_os_dependencies.sh 2016-06-21 23:44:20 +02:00
Delio Castillo
3e866e0aab makes the database backups compressed. restores compressed backups 2016-06-21 12:29:23 -07:00
Daniel Roy Greenfeld
308141d5b9 Changelog 2016-06-19 12:26:35 -07:00
Will Farley
8880e777d2 WIP: Add webpack as an option (#610)
* Add webpack as an option

Adds webpack as a js_taskrunner option to cookiecutter-json. Will clone @hzdg/cookiecutter-webpack --pydanny-django branch into the project using cookiecutter's api in post_hooks.

The static webpack project will be placed into the <project_slug>/static/<project_slug>/ directory.
The webpack configs are placed in the ./config/ directory.

The cookiecutter-webpack project includes react / redux / karma configurations that are brought into the project.

* Add webpack documentation
2016-06-19 12:24:43 -07:00
Jannis Gebauer
d771f12a55 ignore flake8 2.6.0, closes #635 2016-06-18 22:30:08 +02:00
Daniel Roy Greenfeld
bf15e018c2 Switch to using apps.py with Users app 2016-06-18 13:18:40 -07:00
Jannis Gebauer
1a4f000940 pin flake8 to 2.5.5 to omit f405 errors 2016-06-18 10:44:56 +02:00
Jannis Gebauer
7fdab16f49 Merge pull request #634 from pydanny/revert-625-pyup-update-flake8-2.5.5-to-2.6.0
Revert "Update flake8 to 2.6.0"
2016-06-18 10:10:45 +02:00
Jannis Gebauer
7bc86bb13b Revert "Update flake8 to 2.6.0" 2016-06-18 10:10:15 +02:00
Daniel Roy Greenfeld
209db8aabc Changelog and contributors update 2016-06-17 19:25:35 -07:00
David
fc4077a3ff Added OS requirements for Debian Jessie. (#630) 2016-06-17 19:17:31 -07:00
pyup.io bot
de2260fd3e Update raven from 5.20.0 to 5.21.0 (#628) 2016-06-17 19:16:56 -07:00
Julien Almarcha
13faa21799 automatically update INTERNAL_IPS (#600)
* change local config to automatically update INTERNAL_IPS when developping with docker

* Update local.py

Move import to top

* Update local.py

Bug fix and remove blank line

* Update local.py

* flake8 compliance

* add env var check before updating INTERNAL_IPS

* flake8 compliance

* flake8 compliance
2016-06-17 19:09:08 -07:00
Andres Gonzalez
3d2385a3b6 Add django-compressor suport (#568)
* #342 Add compressor option to requirements

* #342 Add compressor to production settings

* #342 Add compressor to base template

* #342 Add settings to common.py and add tags to base template

* #342 Flake8 fix for tox tests

* #342 Remove redundant line

* #342 Add required options for S3 to production.py and added Env variable to enable/disable compression

* #342 Add required options for compressor on S3 to production.py
2016-06-17 19:07:45 -07:00
Daniel Roy Greenfeld
e085b40ab5 Update README.rst 2016-06-16 09:37:11 -07:00
kappataumu
4c334c07b5 Fix automated conversion hiccup 2016-06-16 12:22:07 +00:00
kappataumu
a023333499 Change to Sign out for consistency 2016-06-16 12:16:20 +00:00
kappataumu
ee7b4dd108 Logout button class fix 2016-06-16 11:56:58 +00:00
kappataumu
6e7ac19f69 Change to Sign in for consistency 2016-06-16 11:54:03 +00:00
kappataumu
813032eff7 Fix buttons 2016-06-16 11:47:38 +00:00
kappataumu
9dda2a97da Update base.html 2016-06-16 11:28:54 +00:00
kappataumu
473ee0760e Sync with upstream 2016-06-16 11:28:23 +00:00
pyup.io bot
30bfba71bc Update flake8 to 2.6.0 (#625)
* Update flake8 from 2.5.5 to 2.6.0

* Update flake8 from 2.5.5 to 2.6.0
2016-06-15 17:57:04 -07:00
Jannis Gebauer
caa8539409 Merge pull request #621 from pydanny/pyup-update-ipdb-0.10.0-to-0.10.1
Update ipdb to 0.10.1
2016-06-15 01:16:33 +02:00
Daniel Roy Greenfeld
0a6b06ebe4 Breakup the backups section for docker into its own document 2016-06-14 14:32:14 -07:00
pyup-bot
70c83be951 Update ipdb from 0.10.0 to 0.10.1 2016-06-14 14:11:20 -07:00
Audrey Roy Greenfeld
4b348812db Merge pull request #617 from pydanny/pyup-update-flake8-2.5.4-to-2.5.5
Update flake8 to 2.5.5
2016-06-14 13:14:37 -07:00
Jannis Gebauer
02f566b1e4 Merge pull request #618 from pydanny/pyup-pin-sphinx-1.4.4
Pin sphinx to latest version 1.4.4
2016-06-14 17:51:19 +02:00
Jannis Gebauer
4103e2e2f7 Merge pull request #616 from pydanny/pyup-pin-opbeat-3.3.3
Pin opbeat to latest version 3.3.3
2016-06-14 17:51:06 +02:00
Jannis Gebauer
8a5851c2ed Merge pull request #619 from pydanny/pyup-pin-raven-5.20.0
Pin raven to latest version 5.20.0
2016-06-14 17:50:51 +02:00
pyup-bot
3d23787ce0 Pin raven to latest version 5.20.0 2016-06-14 08:47:30 -07:00