Git Product home page Git Product logo

contactlist-python's Introduction

ContactList "Brown Trout"

ContactList is a simple, configurable web application for managing contact information. It is written in Python and makes use of the Django web framework.

ContactList is meant to be an "intermediate" project to CAMS, where a large amount of code from this project would be reused for that project. This is my first web application project that uses a database.

Requirements

Software (server)

ContactList is developed entirely on Debian GNU/Linux and Linux Mint. Functionality on Windows, Mac and BSD platforms is not guaranteed.

Command line tools npm and node are required to install the dependencies.

Node Modules

Some modules are required to be installed globally and are not listed in package.json

These modules are as follows:

  • bower
  • corepack
  • sass

Dependencies for front-end code such as Bootstrap and jQuery are installed with npm and are automatically copied to "app/static".

Bower Modules

These modules are required:

  • krajee-markdown-editor
  • ace-builds

Python Modules

Python dependencies are installed with pip.

Software (client)

Due to the lack of login system and user settings at the moment, support for cookies is not required. HTML5 support is recommended. JavaScript may be required for some features.

The support for specific browsers is currently defined by the application's use of Boostrap, its requirements as listed in the documentation are as follows:

Chrome 60 or later Firefox 60, ESR, or later iOS 12 or later Safari 12 or later

ContactList is almost always tested with Chromium and other browsers may be untested.

Setup

Ensure that npm, python3-pip and python3 are installed on the server.

Section To-Do

Configuration

Section To-Do

When to use --build

./runner_dev and ./runner_prod can accept one command-line flag, --build

When --build is used, the script removes all of the built Python files, rebuilds such files and does any migrations. This may lead to data loss so it is recommended to back up the database before doing this.

When to use --build:

  • After adding, removing or editing themes under config/themes/
  • (Until dynamic models are implemented) After editing anything in config.json

Rest of Section To-Do

contactlist-python's People

Contributors

ctcl-bregis 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.