Last active
October 29, 2019 12:07
-
-
Save egitimplus/2faebb10e49a028bf1f3043564bc977c to your computer and use it in GitHub Desktop.
create save
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
product = Product(name='Shell Product', content='Shellden yeni ürün ekliyoruz', author=user) | |
# Evet şimdi product değişkenine ürün nesnemizi atadık. | |
# save() yaparak veritabanına kayıt edebiliriz. | |
product.save() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment