-
Notifications
You must be signed in to change notification settings - Fork 6
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
(#50)
* Initialize template from version 072543e27d8b506a6628f7793798609c62d6a8ae * Update template to version b7d2321846eeeb120ea9455597ddcf9bd8b5e7a4 * Bump version * Remove funding
- Loading branch information
1 parent
86c890e
commit 473d615
Showing
15 changed files
with
46 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-pgbulk.git | ||
git clone [email protected]:AmbitionEng/django-pgbulk.git | ||
cd django-pgbulk | ||
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/python-library-template.git | ||
_version: 072543e27d8b506a6628f7793798609c62d6a8ae | ||
_version: b7d2321846eeeb120ea9455597ddcf9bd8b5e7a4 | ||
check_types_in_ci: 'True' | ||
is_django: 'True' | ||
module_name: pgbulk | ||
|
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