Created
June 2, 2018 15:30
-
-
Save igeligel/41bd81652f2a7b9185f44abe7cf9cd13 to your computer and use it in GitHub Desktop.
Basket indentation
This file contains hidden or 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
class Basket(): | |
reference = models.CharField( | |
_('Project reference'), max_length=100, null=True) |
This file contains hidden or 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
class Basket(): | |
reference = models.CharField( | |
_('Project reference'), max_length=100, null=True) |
This file contains hidden or 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
class Basket(): | |
reference = models.CharField( | |
_("Project reference"), max_length=100, null=True | |
) |
This file contains hidden or 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
class Basket(): | |
reference = models.CharField( | |
_('Project reference'), max_length=100, null=True | |
) |
This file contains hidden or 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
class Basket(): | |
reference = models.CharField( | |
_('Project reference'), max_length=100, null=True) |
This file contains hidden or 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
class Basket(): | |
reference = models.CharField( | |
_('Project reference'), max_length=100, null=True) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment