Code Monkey home page Code Monkey logo

django-layout's People

Contributors

apreche avatar benzkji avatar bpoetz avatar ipmb avatar pwalker avatar smileychris avatar yml avatar

Watchers

 avatar  avatar  avatar

Forkers

asdbaihu

django-layout's Issues

add pip-tools to workflow

when creating the virtualenv, right after also do:

pip install --upgrade pip
pip install pip-tools

and move from pip install -r to pip-sync

get version task

get deployed tag/commit message from remote.

git show --no-patch --oneline | cat
git describe --tags (doesnt work without any tag!)

fab live version
tag: update-3.4-9d-5-g82fb4de
commit: 82fb4de raven fix

add crontab

deployment/crontab.txt

run('crontab deployment/crontab.txt')

only for live env.

put db / media

for example, deactivating users on live system, get db and media, do a big update procedure, put db and media. done.

fab disable

remove all config files (ngins/uswgi/gunicorn/init scripts/whatever) for that env.

separate some modules

  • fabric django deploy tools, no more copy paste!
  • cms_app into djangocms-baseplugins/misc (management command, same as "baseplugin_start"

bootstrap the webpack

  • babel
  • sass
  • autoprefixer or postcss with autoprefix
  • fab collectstatic should build and upload assets, so they dont need to be under VCS
  • compressor

Bonus

  • iconfont
  • svgstore

stop gunicorn task

for displaying the fallback, doing some work, then do a normal fab restart

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.