Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	.gitignore
#	README.md
#	parker/models.py
#	parker/settings.default.py
  • Loading branch information
zucler committed Oct 6, 2016
2 parents 46dfc72 + 4685735 commit 9f3b9ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Create a new file _parker/settings.py_.

Copy the contents from _parker/settings.default.py_ into the new file.

Update the settings:
Update the settings in new file to match your setup:

```
#Set your DB connection details below:
Expand Down
1 change: 0 additions & 1 deletion parker/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class RateType(models.Model):
"""
parkingID = models.ForeignKey(Parking, on_delete=models.CASCADE, db_column='parkingID')
rateID = models.AutoField(primary_key=True, unique=True)

day_of_week = models.SmallIntegerField(default=0)
start_time = models.TimeField(default=time(0, 0, 0))
end_time = models.TimeField(default=time(0, 0, 0))
Expand Down

0 comments on commit 9f3b9ca

Please sign in to comment.