-
Updated
Apr 9, 2022 - Makefile
project-template
Here are 616 public repositories matching this topic...
-
Updated
Apr 25, 2022 - C#
-
Updated
Jun 27, 2020 - Ruby
-
Updated
Feb 25, 2022 - PHP
-
Updated
Apr 4, 2022 - TypeScript
Description of your problem
Please provide a minimal, self-contained, and reproducible example.
putup --veryverbose tmpproj
Please provide the full traceback using the --very-verbose
flag.
Output has no color.
Please provide any additional information below.
istty check is failing, probably because of the know bug in pip
we are also checking for curses and c
-
Updated
Jan 22, 2022 - CMake
-
Updated
Feb 19, 2022 - Haskell
-
Updated
Apr 22, 2022 - Python
Is your feature request related to a problem? Please describe.
Multiline questions say (Finish with 'Alt+Enter' or 'Esc then Enter')
Apparently only the latter works on Macs because they do not have the Alt
key
Describe the solution you'd like
I would not even change the help text, but simply make Option+Enter
work since that key typically functions as Alt
-
Updated
Apr 12, 2022 - Go
-
Updated
Apr 18, 2022 - Makefile
-
Updated
Jan 15, 2022 - CMake
Now that Cloud Manager supports Java 11 and lets you configure it using the toolchains plugin
It would be nice if the archetypes takes Java version as a user input and configures the toolchains plugin out of the box.
-
Updated
May 14, 2018 - Clojure
-
Updated
Oct 6, 2017 - Clojure
-
Updated
Apr 25, 2022 - Python
-
Updated
Nov 16, 2020 - CMake
-
Updated
Dec 23, 2021 - TypeScript
-
Updated
Sep 21, 2017 - JavaScript
-
Updated
Apr 13, 2022 - PHP
-
Updated
Apr 3, 2021 - Python
-
Updated
Apr 1, 2021
-
Updated
Apr 21, 2022 - Rust
-
Updated
Mar 26, 2022 - TypeScript
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
Oct 21, 2021 - Python
Improve this page
Add a description, image, and links to the project-template topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the project-template topic, visit your repo's landing page and select "manage topics."
Hi All,
Firstly thanks for this repo, it's amazing and as you well know saves countless hours (first time using it).
Usually when I setup my django with docker projects I do it in such a way that I exec into the container
docker exec -it django bash
and then run management commandspython manage.py migrate
This wasn't working (I was getting a DATABASE_URL missing error), and after so