Базовое веб-приложения сервиса, к которому подключаются остальные модули.

Evgeny Polivanov 98420a2f9c first commit 1 year ago
SharixAdmin 98420a2f9c first commit 1 year ago
bin 98420a2f9c first commit 1 year ago
core 98420a2f9c first commit 1 year ago
staticfiles 98420a2f9c first commit 1 year ago
.DS_Store 98420a2f9c first commit 1 year ago
.gitignore 98420a2f9c first commit 1 year ago
README.md 98420a2f9c first commit 1 year ago
install_linux.sh 98420a2f9c first commit 1 year ago
install_win.bat 98420a2f9c first commit 1 year ago
manage.py 98420a2f9c first commit 1 year ago
requirements.txt 98420a2f9c first commit 1 year ago

README.md

ShariX Open Admin

Admin system implemented as a Django application.

Installation

1) Download or clone repository

git clone -b ****** http://****** name_project

2) Install with install_win.bat (for Windows) or install_linux.sh (for Linux)

If the installation is successful, the system will prompt you to create a superuser

  1. Enter your phone number (required field)
  2. Username (required field)
  3. Email (optional)
  4. Password (required field)
  5. Repeat password (required field)
  6. y - to agree if the password is too simple

3) To manually install the project, open the .bat file with a text editor and try these commands in the terminal

Settings

Optional configuration params, which can be added to your project settings: