43 lines
735 B
Markdown
43 lines
735 B
Markdown
### DATA BISNIS SOLUSI : WEB TEMPLATE
|
|
#### Project Description
|
|
Django template yang akan menjadi base template untuk landing page ProIT Group.
|
|
|
|
#### Installation
|
|
# buat virtual python env :
|
|
python3 -m venv lokalenv.
|
|
# pindah ke virtual :
|
|
source lokalenv/bin/activated.
|
|
# install module :
|
|
pip install -r requierment --update.
|
|
|
|
#### Usage
|
|
```
|
|
#python manage.py migrate
|
|
#python manage.py collectstatic
|
|
#python manage.py createsuperuser
|
|
#python manage.py runserver
|
|
```
|
|
#### Features
|
|
landing page
|
|
admin console
|
|
```
|
|
-user : adminlokal
|
|
-pass : adminlokal
|
|
```
|
|
#### Contributing
|
|
|
|
#### License
|
|
Copyright@2024 Data Bisnis Solusi
|
|
|
|
#### Badges
|
|
|
|
#### Screenshots and GIFs
|
|
|
|
#### Documentation
|
|
|
|
#### Changelog
|
|
|
|
### Conclusion
|
|
|
|
|