Skip to content

wooyek/picropper

Repository files navigation

Picropper

Web application to prepare images in predefined sizes

image

image

Documentation Status

Coveralls.io coverage

CodeCov coverage

Maintainability

License

Tweet about this project

image

Features

  • Pending :D

Demo

To run an example project for this django reusable app, click the button below and start a demo serwer on Heroku

Deploy Django Opt-out example project to Heroku

Quickstart

  1. Fork the picropper repo on bitbucket.org
  2. Clone your fork locally:

    $ git clone git@github.com:wooyek/picropper.git
  3. Setup your development env:

    $ pipsi install pew
    $ cd picropper/
    $ pew new -p python3 -a $(pwd) $(pwd | xargs basename)
    $ pew workon picropper
    $ pip install -r requirements/development.txt
  4. Test project health:

    $ python manage.py check
    $ pytest
    $ inv check
    $ tox
  5. Initialize development database and fill it with test data:

    $ bash bin/database_create.sh
    $ inv db
  6. Create a branch for local development and start development server:

    $ git checkout -b name-of-your-bugfix-or-feature
    $ python manage.py runserver

Deployment

Add a development remote and deploy:

$ git remote add dev https://git.heroku.com/picropper-dev.git
$ inv deploy

Credits

This package was created with Cookiecutter and the wooyek/cookiecutter-django-app project template.

About

Web application to prepare images in predefined sizes

Resources

License

Stars

Watchers

Forks

Packages

No packages published