All Projects → stoic1979 → djprojman

stoic1979 / djprojman

Licence: other
A project management tool in django. Intents to be a simple quick tool for manaing projects, tasks and team, most suitable for small companies.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to djprojman

Aspnet Core React Template
ASP.NET Core 3.1 / React SPA Template App
Stars: ✭ 539 (+1247.5%)
Mutual labels:  postgresql-database
Ercole
The Server component of the Ercole Project
Stars: ✭ 107 (+167.5%)
Mutual labels:  postgresql-database
embedded-postgres-binaries
Lightweight bundles of PostgreSQL binaries with reduced size intended for testing purposes.
Stars: ✭ 67 (+67.5%)
Mutual labels:  postgresql-database
Postgresql book
Book about PostgreSQL (russian)
Stars: ✭ 780 (+1850%)
Mutual labels:  postgresql-database
Fullstack Apollo Express Postgresql Boilerplate
💥 A sophisticated GraphQL with Apollo, Express and PostgreSQL boilerplate project.
Stars: ✭ 1,079 (+2597.5%)
Mutual labels:  postgresql-database
Datanymizer
Powerful database anonymizer with flexible rules. Written in Rust.
Stars: ✭ 147 (+267.5%)
Mutual labels:  postgresql-database
Udacity Data Engineering Projects
Few projects related to Data Engineering including Data Modeling, Infrastructure setup on cloud, Data Warehousing and Data Lake development.
Stars: ✭ 458 (+1045%)
Mutual labels:  postgresql-database
kanban-board
Single-click full-stack application (Postgres, Spring Boot & Angular) using Docker Compose
Stars: ✭ 138 (+245%)
Mutual labels:  postgresql-database
Postgresql Action
GitHub Action to setup a PostgreSQL database
Stars: ✭ 91 (+127.5%)
Mutual labels:  postgresql-database
Postgresql Portable
Portable version of the PostgreSQL Database Server, for Windows
Stars: ✭ 237 (+492.5%)
Mutual labels:  postgresql-database
Guardian auth
The Guardian Authentication Implementation Using Ecto/Postgresql Elixir Phoenix [ User Authentication ]
Stars: ✭ 15 (-62.5%)
Mutual labels:  postgresql-database
Niklick
Rails Versioned API solution template for hipsters! (Ruby, Ruby on Rails, REST API, GraphQL, Docker, RSpec, Devise, Postgress DB)
Stars: ✭ 39 (-2.5%)
Mutual labels:  postgresql-database
Postgresqltuner
Simple script to analyse your PostgreSQL database configuration, and give tuning advice
Stars: ✭ 2,214 (+5435%)
Mutual labels:  postgresql-database
Binexport
Export disassemblies into Protocol Buffers
Stars: ✭ 586 (+1365%)
Mutual labels:  postgresql-database
mytek
Django e-commerce web application with advanced features
Stars: ✭ 27 (-32.5%)
Mutual labels:  postgresql-database
Tgres
Time Series in Go and PostgreSQL
Stars: ✭ 481 (+1102.5%)
Mutual labels:  postgresql-database
Apijson
🚀 零代码、热更新、全自动 ORM 库,后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构。 🚀 A JSON Transmission Protocol and an ORM Library for automatically providing APIs and Docs.
Stars: ✭ 12,559 (+31297.5%)
Mutual labels:  postgresql-database
mock-data
Mock data in PostgreSQL/Greenplum databases
Stars: ✭ 115 (+187.5%)
Mutual labels:  postgresql-database
Pisces
Pisces is a time series database, desktop application, command line tool, and webapp. Pisces is designed to organize, graph, and analyze natural resource data that varies with time: gauge height, river flow, water temperature, etc.
Stars: ✭ 35 (-12.5%)
Mutual labels:  postgresql-database
Embedded Database Spring Test
A library for creating isolated embedded databases for Spring-powered integration tests.
Stars: ✭ 196 (+390%)
Mutual labels:  postgresql-database

djprojman

A project management tool in django. Intents to be a simple quick tool for managing projects, tasks and team, most suitable for small companies.

Under R&D by weavebytes.

Features

  • Each project will have tasks and workers to handle them.
  • Each task can have several comments by worker.
  • Comments will have title, description and screenshots.
  • There is a UI to add/edit/manage tasks.
  • There is a UI to add/edit/manage comments.

Unit Tests

  • Run tests as:- $ python manage.py test --keepdb

Setup Instructions

  • simple captcha
  • django rest framework
  • grappelli - for admin skinning

$ python manage.py collectstatic

Testing RESTful APIs

  • Get all projects

ToDo

  • Create template system to set desired theme.
  • Create graphs to show progress of projects.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].