Giter VIP home page Giter VIP logo

template-python-django's Introduction

A Python Django template on Gitpod

This is a Python Django template generator configured for ephemeral cloud development environments on Gitpod.

Next Steps

Click the button below to start a new development environment:

Open in Gitpod

Get Started With Your Own Project

A new project

Click the above "Open in Gitpod" button to start a new workspace. Once you're ready to push your first code changes, Gitpod will guide you to fork this project so you own it.

An existing project

Copy and commit the .gitpod.yml to your existing project to have the same configuration of this template. To learn more, please see the Getting Started documentation.

template-python-django's People

Contributors

axonasif avatar easycz avatar jenting avatar nancy-chauhan avatar siddhant-k-code avatar svenefftinge avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

template-python-django's Issues

./po#include <cs50.h> #include <stdio.h>

int main(void)
int start;
do
{start= get_int("start size:")}
while (start<9);
int end;
do
{end= get_int("end size")};
while (end<start);
int years=0;
while (start<end)
{start= start + (start/3)- (start/4)};
years++;
printf("years:%i/n", years);
./po#include <cs50.h>
#include <stdio.h>

Using two tasks is wrong. Use one Task instead.

Bug description

The gitpod.yml tasks specification uses two tasks instead of one.
Therefore the init and the command are not synced.
This can lead to the situation where the command is started to soon, and you get strage erroes, because the venv is missing, or the dependencies are not installed correctly.

Steps to reproduce

Add some longer commands to the 'init' step, e.g. sleep 30.

Expected behavior

There is only 1 task instead.

Example repository

No response

Anything else?

No response

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.