mirror of
https://github.com/HackSoftware/Django-Styleguide.git
synced 2024-11-25 02:53:45 +03:00
Add Factories section with TODO
This commit is contained in:
parent
e431bdc444
commit
403a95efc0
|
@ -60,6 +60,7 @@
|
||||||
- [More ideas](#more-ideas)
|
- [More ideas](#more-ideas)
|
||||||
- [Testing](#testing-2)
|
- [Testing](#testing-2)
|
||||||
- [Naming conventions](#naming-conventions)
|
- [Naming conventions](#naming-conventions)
|
||||||
|
- [Factories](#factories)
|
||||||
- [Celery](#celery)
|
- [Celery](#celery)
|
||||||
- [The basics](#the-basics)
|
- [The basics](#the-basics)
|
||||||
- [Error handling](#error-handling)
|
- [Error handling](#error-handling)
|
||||||
|
@ -2403,6 +2404,10 @@ If we are to split the `utils.py` module into submodules, the same will happen f
|
||||||
|
|
||||||
We try to match the structure of our modules with the structure of their respective tests.
|
We try to match the structure of our modules with the structure of their respective tests.
|
||||||
|
|
||||||
|
### Factories
|
||||||
|
|
||||||
|
TODO: Add reference to blog posts and the Styleguide Example
|
||||||
|
|
||||||
## Celery
|
## Celery
|
||||||
|
|
||||||
We use [Celery](http://www.celeryproject.org/) for the following general cases:
|
We use [Celery](http://www.celeryproject.org/) for the following general cases:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user