Langkah-langkah deployment aplikasi yang dibuat dengan Django. Repository project: https://github.com/writerlab/perpus
sudo apt-get update
sudo apt-get install python3-pip python3-dev nginx
Langkah-langkah deployment aplikasi yang dibuat dengan Django. Repository project: https://github.com/writerlab/perpus
sudo apt-get update
sudo apt-get install python3-pip python3-dev nginx
| <!-- hilmizul / 18 Juli 2021 --> | |
| <html> | |
| <head> | |
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"> | |
| <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/select2.min.css" rel="stylesheet" /> | |
| </head> | |
| <body> |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>JUDUL ISI SENDIRI...</title> | |
| </head> |
| [ | |
| { | |
| "genus": "Malus", | |
| "name": "Apple", | |
| "id": 6, | |
| "family": "Rosaceae", | |
| "order": "Rosales", | |
| "nutritions": { | |
| "carbohydrates": 11.4, | |
| "protein": 0.3, |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Fake Store API.</title> | |
| </head> | |
| <body> | |
| - Adit | |
| - Amel | |
| - Silvina | |
| - Yola | |
| - Abdul | |
| - Arif | |
| - Adha | |
| - Rivdy | |
| - Jilan | |
| - Fauzan |
| <script> | |
| let siswa = ???; | |
| </script> |
| [ | |
| { | |
| "id": "15", | |
| "nama": "Batas Kota Arah Bandung", | |
| "jenis": "PTZ", | |
| "link": "https://atcs.tasikmalayakota.go.id/camera/bataskotaarahbandung.m3u8", | |
| "jalan_status": "Nasional" | |
| }, | |
| { | |
| "id": "5", |
| <template> | |
| <div class="container"> | |
| <div class="row"> | |
| <div class="col-md-12"> | |
| <h1>Products</h1> | |
| <div class="row"> | |
| <div v-for="produk in products" :key="produk.id" class="col-md-4"> | |
| <div class="card mb-4"> | |
| <div class="card-header"> | |
| <img :src="produk.foto" width="100%" class="img-thumb"> |
| [ | |
| { | |
| "nama": "STMIK DCI Tasikmalaya", | |
| "alamat": "Jl.Sutisnasenjaya No.158A Kota Tasikmalaya", | |
| "pimpinan": "Aneu Yulianeu, S.T., S.E., M.M.", | |
| "kontak": 123, | |
| "email": "[email protected]", | |
| "kuota": 5, | |
| "pembimbing": "N/A", | |
| "gender": "Semua", |