Skip to content

Commit

Permalink
Removed useless files and repared resetdb.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tdardinier committed Dec 7, 2016
1 parent 37fc065 commit f18f843
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions resetdb.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh
python3 manage.py reset_db && \
python3 manage.py makemigrations && \
python3 manage.py migrate && \
python3 manage.py loaddata sigma_core/fixtures.json && \
python3 manage.py loaddata fixtures_oauth.json
Empty file removed sigma_core/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion sigma_core/fixtures.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"email": "admin@sigma.fr",
"lastname": "Lambda",
"firstname": "Administrateur",
"phone": "",
"phone": "0648221854",
"is_active": true,
"last_modified": "2016-05-08T14:38:41.806Z",
"join_date": "2016-02-05T15:20:44.915Z",
Expand Down
Empty file removed sigma_core/migrations/__init__.py
Empty file.
Empty file removed sigma_core/models/__init__.py
Empty file.
Empty file removed sigma_core/serializers/__init__.py
Empty file.
Empty file removed sigma_core/tests/__init__.py
Empty file.
Empty file removed sigma_core/views/__init__.py
Empty file.

0 comments on commit f18f843

Please sign in to comment.