Code Monkey home page Code Monkey logo

mcsite's Introduction

Major update

08/06/19

The project was rebuild. Created 3 (three) apps instead of one. FBV changed by CBV where it was necessary.

Property Management company website

This is a website I created during my internship in a local based property management company. Project uses Python, Django, PostgreSQL, Celery, and Redis as a cache engine and a message broker.

Installation

Clone the perository

Use the package manager pip to install dependencies.

pip install -r requirements.txt

Change database settings in 'settings.py'

Install Redis (for Ubuntu based systems just type):

sudo apt install redis-server

Then we need to check if the redis server works or not. First, open redis command line interface by typing:

redis-cli

Then, type PING and press Enter. if the result is

PONG

then everything is ok.

Create tables in a database by typing:

python manage.py migrate

Collect static files:

python manage.py collectstatic

Run a wsgi server by typing:

python manage.py runserver

The server runs automatically on 127.0.0.1:8000

Built With

  • Python - programming language

  • Django - Django web framework

  • Redis - A NoSQL database and a message broker

  • Celery - A background task manager

Contributing

Any changes are welcome.

License

MIT

mcsite's People

Contributors

yaquake avatar yaquake-dot-com 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.