Radoslav Georgiev
|
792ff9c056
|
Add a quick section about mypy / type annotations
|
2020-08-16 22:38:55 +03:00 |
|
Radoslav Georgiev
|
e268fb5b00
|
Add link to Styleguide-Example
|
2020-07-07 10:08:03 +03:00 |
|
Ventsislav Tashev
|
1a77336e4f
|
Add subsection for circular import issues between tasks & services
|
2020-06-23 13:43:58 +03:00 |
|
Radoslav Georgiev
|
c07124b779
|
Merge pull request #42 from HackSoftware/add-logo
Add logo to README
|
2020-03-15 19:30:25 +02:00 |
|
Ventsislav Tashev
|
5a735ff6d6
|
Add logo to README
|
2020-03-15 19:14:23 +02:00 |
|
Radoslav Georgiev
|
6165ddbcb9
|
Merge pull request #38 from HackSoftware/exceptions/error-formatter
Introduce section about error formatting
|
2020-01-19 15:43:55 +02:00 |
|
Radoslav Georgiev
|
fbb6de01ea
|
Improve wording, fix typos
|
2020-01-19 15:31:43 +02:00 |
|
Radoslav Georgiev
|
f2e237765c
|
Add section about error formatting
- Include a bunch of things for `utils.py`
|
2020-01-19 15:26:46 +02:00 |
|
Radoslav Georgiev
|
55e135436d
|
Rename ExceptionHandlerMixin to ApiErrorsMixin
|
2020-01-19 14:52:51 +02:00 |
|
Radoslav Georgiev
|
ca0728a8fe
|
Merge pull request #35 from HackSoftware/naming-conventions
Naming conventions
|
2019-12-02 11:50:33 +02:00 |
|
Radoslav Georgiev
|
9c6bf84825
|
Add TOC for naming conventions
|
2019-12-02 11:50:11 +02:00 |
|
Radoslav Georgiev
|
dd6ffdd50d
|
Add naming convention for APIs
|
2019-11-30 12:44:37 +02:00 |
|
Radoslav Georgiev
|
8d3fb415de
|
Add naming convention secitons for services/selectors
|
2019-11-30 12:39:16 +02:00 |
|
Ventsislav Tashev
|
d49644002f
|
Merge pull request #33 from HackSoftware/enhancement/add-init-files-in-packages
Enhancement: Added missing __init__.py files in tests folder structure
|
2019-11-12 15:29:24 +02:00 |
|
wencakisa
|
f7a7f94e0b
|
Added missing __init__.py files in tests folder structure
|
2019-11-12 15:25:32 +02:00 |
|
Radoslav Georgiev
|
15633973b5
|
Merge pull request #30 from HackSoftware/celery
Celery
|
2019-11-03 12:38:18 +02:00 |
|
Radoslav Georgiev
|
47a0f26d06
|
Split imports for readability
|
2019-11-03 12:30:56 +02:00 |
|
Radoslav Georgiev
|
aa3bb6c9d1
|
Apply suggestions from code review
Co-Authored-By: Ventsislav Tashev <wencakisa@gmail.com>
|
2019-11-03 12:30:28 +02:00 |
|
Radoslav Georgiev
|
57cbdc7ce0
|
Finishing touches
|
2019-11-03 12:00:25 +02:00 |
|
Radoslav Georgiev
|
72110d6c35
|
Add section about periodic tasks
|
2019-11-03 11:58:07 +02:00 |
|
Radoslav Georgiev
|
b9c741b15a
|
Add several paragraphs for more complex Celery scenarios
|
2019-11-03 11:47:56 +02:00 |
|
Radoslav Georgiev
|
94ea1e92a8
|
Add subsetion for structure
|
2019-11-03 11:40:54 +02:00 |
|
Radoslav Georgiev
|
c679538eb5
|
Add initial section for Celery
|
2019-11-03 11:26:13 +02:00 |
|
Ventsislav Tashev
|
ed6bb5a5df
|
Merge pull request #29 from HackSoftware/readme-enhancements
README enhancements
|
2019-10-29 21:08:42 +02:00 |
|
Ventsislav Tashev
|
6242a29975
|
Minor word replacements
|
2019-10-29 20:56:38 +02:00 |
|
Ventsislav Tashev
|
f5ea212aee
|
Fixed minor typos
|
2019-10-29 20:56:09 +02:00 |
|
Ventsislav Tashev
|
da4f6675a0
|
Added reference links for mypy & faker libraries
|
2019-10-29 20:54:49 +02:00 |
|
Radoslav Georgiev
|
3c40f63aca
|
Add a note about Django constraints for custom validation
|
2019-10-27 17:23:28 +02:00 |
|
Radoslav Georgiev
|
c986c1e6c8
|
Merge pull request #28 from HackSoftware/urls
Introduce section for URLs
|
2019-10-27 17:13:58 +02:00 |
|
Radoslav Georgiev
|
0b802c94a3
|
Add one more paragraph for splitting urls
|
2019-10-27 17:00:51 +02:00 |
|
Radoslav Georgiev
|
94c04c1cee
|
Introduce basic urls section
|
2019-10-27 16:57:34 +02:00 |
|
Ventsislav Tashev
|
00b8d772ec
|
Merge pull request #27 from HackSoftware/fix-spacing
Fixed spacing and tabulation & renamed imports
|
2019-10-27 16:08:55 +02:00 |
|
Ventsislav Tashev
|
cbd7f61941
|
Fixed spacing and tabulation (PEP8)
|
2019-10-27 16:02:55 +02:00 |
|
Ventsislav Tashev
|
29c15708af
|
Replaced odin importss with project
|
2019-10-27 16:02:23 +02:00 |
|
Ventsislav Tashev
|
945c664dc1
|
Merge pull request #25 from HackSoftware/fix-serializers-in-api-views
Fixed serializers signature in List & Detail APIs section
|
2019-10-27 15:54:07 +02:00 |
|
Ventsislav Tashev
|
b4b75bc9a9
|
Merge pull request #26 from HackSoftware/add-default-handled-exceptions
Added information about exceptions that are handled by default from DRF
|
2019-10-27 15:53:11 +02:00 |
|
Ventsislav Tashev
|
91b9d4c72d
|
Added information about exceptions that are handled by default from DRF
|
2019-10-27 15:43:17 +02:00 |
|
Ventsislav Tashev
|
7459031e1c
|
Removed trailing whitespaces
|
2019-10-27 10:29:49 +02:00 |
|
Ventsislav Tashev
|
efa24c19db
|
Fixed List & Detail API serializer signatures
|
2019-10-27 10:29:13 +02:00 |
|
Radoslav Georgiev
|
e63afc33f2
|
Reword the cookiecutter section
|
2019-10-26 11:19:12 +03:00 |
|
Radoslav Georgiev
|
fcd32fa4af
|
Specify node version, fix npm security warnings
|
2019-10-26 11:15:53 +03:00 |
|
Radoslav Georgiev
|
2271f32cad
|
Remove Odin from examples, since the project is deprecated
|
2019-10-26 11:08:00 +03:00 |
|
Ivaylo Donchev
|
cd528118c0
|
Merge pull request #21 from HackSoftware/fix-readmy-typos
Fix README typos
|
2019-08-19 16:30:19 +03:00 |
|
Ivo Donchev
|
16c4f89cbf
|
Fix README typos (ticket - https://github.com/HackSoftware/Django-Styleguide/issues/11)
|
2019-08-19 16:23:37 +03:00 |
|
Ivaylo Donchev
|
8ce40d76af
|
Merge pull request #20 from HackSoftware/queryset-type-add-typings
Update typings of QuerySetType
|
2019-08-19 13:53:46 +03:00 |
|
Ivo Donchev
|
a6f3933bb0
|
Add typings:
- add typing for `__or__`
- add typing for `__and__`
- update typing for `__getitem__`
|
2019-08-19 13:49:45 +03:00 |
|
Radoslav Georgiev
|
0570b34dce
|
Add LICENSE
|
2019-02-17 11:05:01 +02:00 |
|
Radoslav Georgiev
|
225bd2696f
|
Add tools/update_toc.py to automatically replace TOC
|
2019-01-21 16:34:16 +02:00 |
|
Radoslav Georgiev
|
a218428ab7
|
Remove empty space from TOC
|
2019-01-21 16:33:38 +02:00 |
|
Radoslav Georgiev
|
90f2b1d14f
|
Add __pycache__ to .gitignore
|
2019-01-21 16:31:07 +02:00 |
|