Coder Social home page Coder Social logo

mironberch / school-event-management-system Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 409 KB

Система для учёта и проведения мероприятий внутри общеобразовательных учреждений

Home Page: https://events.gimnaziya426-spb.ru/events/

License: Apache License 2.0

Python 75.20% Dockerfile 0.30% HTML 22.02% CSS 0.73% JavaScript 1.14% Shell 0.44% Makefile 0.17%

school-event-management-system's Introduction

school-event-management-system

Пример файла .env:

ENV=.env

# Project
SCHOOL_NAME=
SECRET_KEY=
DEBUG=

# Database
DB_NAME=
DB_USER=
DB_PASSWORD=

# Celery
CELERY_BROKER_URL=redis://redis:6379

# SMTP
EMAIL_HOST=
EMAIL_HOST_USER=
EMAIL_HOST_PASSWORD=
DEFAULT_FROM_EMAIL=

Запустить проект:

В локальной среде:

docker-compose -f docker-compose-local.yml build
docker-compose -f docker-compose-local.yml up

В производственной среде:

docker-compose -f docker-compose-master.yml build
docker-compose -f docker-compose-master.yml up

Документация

License

This project is licensed under the terms of the Apache-2.0 license.

school-event-management-system's People

Contributors

mironberch avatar

Stargazers

 avatar Ramakoti Reddy Baddigam avatar  avatar

Watchers

 avatar

school-event-management-system's Issues

Создать возможность сохранения media файлов и бд для возможности отключения сервера и переноса данных

Создать возможность сохранения media файлов и бд для возможности отключения сервера и переноса данных. Создания функции для выгрузки бд в sqlite file, а так же выгрузку media файлов в zip архив. Предварительно будет один zip архив с sqlite файлом и папкой и media файлами. Так же необходимо либо в виде скрипта либо в виде route сделать возможность загрузки данных в проект.

Создать новое поле `fio` в модели `User`

Создать новое поле fio в модели User. Позволит проще работать с полями в сервисах и панели администратора. А также удалить лишние поля в различных моделях.

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.