-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change project ownership to
AmbitionEng
(#180)
* Initialize template from version 072543e27d8b506a6628f7793798609c62d6a8ae * Update template to version b7d2321846eeeb120ea9455597ddcf9bd8b5e7a4 * Bump version * Remove funding * Fix release notes * Fix release notes
- Loading branch information
1 parent
6f1b3a5
commit 066dbba
Showing
16 changed files
with
56 additions
and
37 deletions.
There are no files selected for viewing
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# Contributing Guide | ||
|
||
This project was created using footing. For more information about footing, go to the [footing docs](https://github.com/Opus10/footing). | ||
This project was created using footing. For more information about footing, go to the [footing docs](https://github.com/AmbitionEng/footing). | ||
|
||
## Setup | ||
|
||
Set up your development environment with: | ||
|
||
git clone [email protected]:Opus10/django-pghistory.git | ||
git clone [email protected]:AmbitionEng/django-pghistory.git | ||
cd django-pghistory | ||
make docker-setup | ||
|
||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,28 @@ | ||
.md-typeset__table { | ||
min-width: 100%; | ||
min-width: 100%; | ||
} | ||
|
||
.md-typeset table:not([class]) { | ||
display: table; | ||
display: table; | ||
} | ||
|
||
:root { | ||
--md-primary-fg-color: #BD4D86; | ||
--md-primary-fg-color--light: #BD4D86; | ||
--md-primary-fg-color--dark: #BD4D86; | ||
--md-primary-fg-color: #1d1f29; | ||
--md-primary-fg-color--light: #1d1f29; | ||
--md-primary-fg-color--dark: #1d1f29; | ||
} | ||
|
||
.md-content { | ||
--md-typeset-a-color: #00bc70; | ||
} | ||
|
||
.md-footer { | ||
background-color: #BD4D86; | ||
background-color: #1d1f29; | ||
} | ||
.md-footer-meta { | ||
background-color: #973E6B; | ||
background-color: #1d1f29; | ||
} | ||
|
||
readthedocs-flyout { | ||
display: none; | ||
display: none; | ||
} |
This file contains 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
_extensions: | ||
- jinja2_time.TimeExtension | ||
_template: [email protected]:Opus10/public-django-app-template.git | ||
_version: 072543e27d8b506a6628f7793798609c62d6a8ae | ||
_version: b7d2321846eeeb120ea9455597ddcf9bd8b5e7a4 | ||
check_types_in_ci: 'False' | ||
is_django: 'True' | ||
module_name: pghistory | ||
|
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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