Skip to content

ibaayfadil/EXPOTEL-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EXPOTEL-2023

Code base for EXPOTEL dashboard, which currently powered by Django.

Installation

1. Install Django

To download the django framework you can use.

pip install Django

2. Get all packet

This will download and install the django-import-export package.

pip install django-import-export
pip install pillow

This will download and install pycryptodome, which is one of the options for implementing cryptography in Python.

pip install pycryptodome

3. Run Django App locally

python manage.py runserver

4. Create Superuser

python manage.py createsuperuser 

5. Login User

Starting development server at http://127.0.0.1:8000/ Login user at http://127.0.0.1:8000/auth/masuk/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors