-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added GitPod Button in README file and Init Files (#185)
* added first-timers friendly badge * added new mentor's details * Format 7a84c1e * fixed italics issue in FAQs section * Format 61f714f * fixed font weight issue * Format 0c2a1c3 * removed extra * * added rgsoc snippet * Format e645f24 * Format #134 * Format #134 * fixed issues in .md rendering * added a snippet for rgsoc * added info+logo for RGSOC * added link to tweet * added link to RGSoC issue * added rgsoc logo * added rgsoc logo * added link to rgsoc issue * added links to hall of fame badge * Update README.md Added Gitpod Button * Update LICENSE Updated Copyright Year to 2020 * Added .gitpod.yml file Added Gitpod Button Tasks file Co-authored-by: Vinit Shahdeo <vinitshahdeo@gmail.com> Co-authored-by: prettifier[bot] <45367598+prettifier[bot]@users.noreply.github.com> Co-authored-by: Vinit Shahdeo <vinit.shahdeo@getpostman.com>
- Loading branch information
1 parent
2d6fb71
commit 42b889b
Showing
2 changed files
with
14 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
tasks: | ||
- init: > | ||
python3 -m pip install -r water_monitoring_system/requirements.txt && | ||
python3 manage.py water_monitoring_system/migrate | ||
command: > | ||
python3 water_monitoring_system/manage.py runserver | ||
github: | ||
prebuilds: | ||
pullRequestsFromForks: true |
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