Git Product home page Git Product logo

rekruto_crud's Introduction

Rekruto CRUD App

Дефолтная база данных располагается в легковесном файле db.sqlite3 в корне проекта.

  • Используйте Python 3.9+
  • Создайте виртуальное окружение или используйте окружение текущего пользователя (не рекомендуется)
  • Установите все необходимые зависимости командой: pip install -r requirements.txt
  • Выполняем стартовые миграции: python manage.py migrate
  • Локально запускаем проекте: python manage.py runserver
  • Перейдите по ссылке: http://127.0.0.1:8000/?name=Rekruto&message=Давай+дружить

Проект корректно отображает имя и сообщение на индекс-странице, но также можно не передавать параметры в URL при GET-запросе. Реализована кастомная 404 страница с редиректом на индекс для удобства.

en

Default low-size database file db.sqlite3 locate in root project folder.

  • Use Python 3.9+ for run this project
  • Create virtual environment or use global environment of current user (not recommended)
  • Install all necessary requirements via command: pip install -r requirements.txt
  • Run initial migrations: python manage.py migrate
  • Run project locally via command: python manage.py runserver
  • Go to the link: http://127.0.0.1:8000/?name=Rekruto&message=Давай+дружить

The project correctly show name and message on index page, but we also can pass URL params while send GET request. Custom 404 'Not Found' page was made with redirect on index page for more usability.

rekruto_crud's People

Contributors

jojoprison 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.