Giter Club home page Giter Club logo

task-manager's Introduction

Hexlet tests and linter status:

Actions Status Actions Status
Maintainability Test Coverage


Task manager Task manager

Run the project both locally and on a production server

$ git clone [email protected]:alllexxx1/python-project-52.git
$ cd python-project-52
$ make install

# at this point create a '.env' file and set up
# configuration variables (example below)

$ make migrate
$ make dev # start the app locally
$ make start # command to launch the app on a production server

# for more useful shortcut commands check out the Makefile

.env file example

SECRET_KEY=any_reliable_set_of_characters
DATABASE_URL=postgres://youruser:yourpassword@localhost:5432/yourdatabase
DEBUG=True # /False
ROLLBAR_ACCESS_TOKEN=token_provided_by_roolbar.com

Useful commands for development

$ make run-test
$ make coverage
$ make shell

Links

This project was built using these tools:

Tool Description
django "High-level Python web framework that encourages rapid development and clean, pragmatic design"
gunicorn " ‘Green Unicorn’ is a Python WSGI HTTP Server for UNIX"
poetry "Python dependency management and packaging made easy"
flake8 "Your tool for style guide enforcement"
django-bootstrap "Django-bootstrap provides template tags and tools for easily incorporating Bootstrap's styles and components into Django templates"
django-bootstrap-icons "A quick way to add Bootstrap Icons with Django template tags"
django-filters "Generic, reusable application to alleviate writing some of the more mundane bits of view code"
dj-database-url "This simple Django utility allows you to utilize the 12factor inspired DATABASE_URL environment variable to configure your Django application"
psycopg2-binary "PostgreSQL database adapter for the Python programming language"
python-dotenv "A library that helps load configuration from a .env"

task-manager's People

Contributors

alllexxx1 avatar

Stargazers

Dmitry Yuroff avatar

Watchers

 avatar

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.