Giter VIP home page Giter VIP logo

depl's People

Contributors

davidhalter avatar dbrgn avatar

Stargazers

 avatar  avatar  avatar  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

depl's Issues

Nested Django dir

Most of my Django projects have the following structure:

README.rst
requirements.txt
depl.yml  # In the future?
myproj/
    manage.py
    conf/
    front/

Currently depl does not seem to support that. I added a way to customize the path to the manage.py module in dbrgn@e0f9c25. But then deployment still fails, because the autodetected settings file is imported from the root directory.

Another approach would be to put the depl file in the myproj directory, but then the requirements.txt file wouldn't be found anymore. And platforms like Heroku require the requirements file to be in the git root.

I thought about configuring a project_dir, which would then point to the myproj directory. Additionally, you would need a requirements_file config variable, to support requirements files in arbitrary directories

Then you could simply copy the requirements file as well as the project directory to the remote server...

Order of deploy items should not matter

When defining django before postgresql in depl.yml, things don't work. There should be a way to declare dependencies, so that the order of declaration doesn't matter.

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.