-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c30ad0
commit f263c39
Showing
3 changed files
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,12 +6,10 @@ | |
@author: Sébastien Renard ([email protected]) | ||
@license: AGPL v3 or newer (http://www.gnu.org/licenses/agpl-3.0.html) | ||
""" | ||
from decimal import Decimal | ||
from factory.django import DjangoModelFactory | ||
import factory.django | ||
import factory.fuzzy | ||
import random | ||
from datetime import date, timedelta | ||
from datetime import timedelta | ||
|
||
from django.db.models import Min, Max | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters