Code base for EXPOTEL dashboard, which currently powered by Django.
To download the django framework you can use.
pip install DjangoThis will download and install the django-import-export package.
pip install django-import-export
pip install pillowThis will download and install pycryptodome, which is one of the options for implementing cryptography in Python.
pip install pycryptodomepython manage.py runserverpython manage.py createsuperuser Starting development server at http://127.0.0.1:8000/ Login user at http://127.0.0.1:8000/auth/masuk/