Skip to content

Latest commit

 

History

History
72 lines (46 loc) · 1.77 KB

README.rst

File metadata and controls

72 lines (46 loc) · 1.77 KB

Django Coleman

Django Coleman: A very simple Task Management web app written with Django Admin.

  • I modified this project to help the needs in the office.
  • This project runs on Windows

Django Coleman

Requirements

  • Python 3.5+ (tested with Python 3.6).
  • Django 2.2 and other dependencies declared in the requirements.txt file (use virtual environments!).
  • A Django compatible database like PostgreSQL or MySQL (by default uses the Python's built-in SQLite database for development purpose).
  • Wamp Server (For MySQL and Apache Use)

Install and Run

(Optional) Create a virtual environment and activate it

Install dependencies with:

$ pip install -r requirements.txt

Create the database with:

$ python3 manage.py makemigrations
$ python3 manage.py makemigrations aplikasi
$ python3 manage.py makemigrations projects
$ python3 manage.py makemigrations projects_status
$ python3 manage.py makemigrations vendor
$ python3 manage.py migrate

To create an admin user:

$ python3 manage.py createsuperuser

Then run in development mode with:

$ python3 manage.py runserver

Access the application

Like any Django app developed with Django Admin, enter with: http://localhost:8000/admin

Some screenshots

Django Coleman - Project Status

Django Coleman - Task Chance View, mobile version

About

Original Project: https://github.com/mrsarm/django-coleman

Authors: (2017-2019) Mariano Ruiz <[email protected]>

License: AGPL-v3