Giter VIP home page Giter VIP logo

django-orm-watching-storage's Introduction

Bank security console

This is an internal repository for the employees of the bank "Siianie". If you got to this repository by accident, then you will not be able to run it, since you have not access to DB, bot you can still use layout code or learn out how are DB queries realized. Security console is a site with possibilities to connect to remote DB of our employees visits and passcards.

How to install

  • Python3 is needed to be installed
  • Create your virtual environment to isolate your project:
python3 virtualenv yourenv
source yourenv/bin/activate
  • Use pip (or pip3, if there is a conflict with Python2) to install dependencies:
pip install - r requirements.txt 
  • Create db_settings.env named file and store there all secret configurations for ensure your data security:
SECRET_KEY=yoursecretkey
ALLOWED-HOSTS=localhost
DATABASE_URL in the following format: ENGINE://USER:PASSWORD@HOST:PORT/NAME 

How to use

Use command python3 manage.py runserver than click on given link in the terminal, you will be redirected to web browser.

django-orm-watching-storage's People

Contributors

gulzarka avatar dvmn-tasks avatar voron434 avatar conformist-mw avatar keinen87 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.