Skip to content
Snippets Groups Projects
Commit cfce0c17 authored by adorda's avatar adorda
Browse files

added fixture for superuser

parent 5ad9b14e
No related branches found
No related tags found
1 merge request!1Development
[
{ "model": "auth.user",
"pk": 1,
"fields": {
"username": "admin",
"password": "pbkdf2_sha256$150000$a9Gr4TljNPwH$b7cQL0y8nMILns856ZqboZcKd+xPHNHszKUvVZPRoFA=",
"is_superuser": true,
"is_staff": true,
"is_active": true
}
}
]
......@@ -7,6 +7,9 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/
"""
FIXTURE_DIRS = ['trazabilidad/fixtures/']
LOGGING = {
'loggers': {
'tests-logger': {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment