mirror of
https://gitlab.crans.org/bde/nk20-scripts
synced 2024-12-26 01:12:25 +00:00
Fork this repo to modify it
management | ||
shell | ||
__init__.py | ||
.gitignore | ||
README.md |
Script de la NoteKfet 2020
Commandes Django
les commandes sont documentées:
./manage.py command --help
-
import_nk15 : Importe un dump de la NoteKfet 2015.
-
make_su: rend superutilisateur les pseudos renseignés
Shell
- Tabula rasa:
sudo -u postgres sh -c "dropdb note_db && psql -c 'CREATE DATABASE note_db OWNER note;'"