Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
Revert "testing django thing"
Browse files Browse the repository at this point in the history
This reverts commit f5c6435.
  • Loading branch information
judgerussell committed May 6, 2021
1 parent f5c6435 commit c3c7177
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion segfault/api/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ class Meta:


class PagesToScenario(models.Model):
id = models.AutoField(primary_key=True)
page = models.ForeignKey(Pages, on_delete = models.CASCADE)
scenario = models.ForeignKey('Scenarios', on_delete = models.CASCADE)

Expand Down

0 comments on commit c3c7177

Please sign in to comment.