Skip to content

Instantly share code, notes, and snippets.

@agungid
Created March 8, 2018 06:10
Show Gist options
  • Save agungid/3132b5e359106352a49b70c5b4d800f5 to your computer and use it in GitHub Desktop.
Save agungid/3132b5e359106352a49b70c5b4d800f5 to your computer and use it in GitHub Desktop.
from __future__ import unicode_literals
import os
from uuid import uuid4
from django.db import models
class Karyawan (models.Model):
nama = models.CharField(max_length=100)
alamat = models.TextField(blank=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment