Giter Site home page Giter Site logo

center's Introduction

Center

Gitter Twitter

A very small and lightweight project management tool.

Features

  • lightweight
  • fast work flow
  • unlimited projects
  • classify projects according to priority
  • track the progress of each project
  • setup your own server or sing up

Why?

My project management is really simple. I do some crazy stuff, after a wile I lose the focus and start another project. So I have a lot of old and lost projects. Some times I looked to my old project and try to find out which one should I finished. I have many lists but they are garbage. To solve my problem, I searched for programs that fit my needs. But did not find it. :(

The software developer in me is happy. Another project for my list. :D

I design the project so that it meets my requirements. A simple list I can look throw, save the process and the priority. Every time I look on the list, the most import project is the first. I hope that I focus more on one project.

Development

Yes it is still under develop. Some short facts:

  • django project
  • bootstrap 4
  • uses django-crispy-forms
  • test with python 3.6 and 3.7
  • on win7 and linux

Setup:

python3 -m venv venv
source venv/bin/activate
pip install --upgrade wheel pip
pip install -r requirement/production.txt
pip install -r requirement/development.txt

Configure:

python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

Internationalization:

python manage.py makemessages
django-admin makemessages -a
django-admin makemessages -l de

python manage.py compilemessages
django-admin compilemessages

Deploying

I write a small python package to simplify the process. So install axju:

pip3 install axju

Clone the center project:

git clone https://github.com/axju/center.git
cd center

Create the .env file with your secret settings. Change the values in the following example:

SECRET_KEY=1234567890abcdef
HOST=center.short-report.de
DB_USER=name
DB_PASSWORD=1234
EMAIL_HOST=example.com
[email protected]
EMAIL_HOST_PASSWORD=1234

Now uses the command 'django-deploying' for the axju packages:

django-deploying --setting production

To Do:

  • password reset
  • change password
  • user help
  • testing
  • document

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.