Good evening,
extramente my question should be simple, but have not found the answer: s
I have a test project named BRYLIX.
In the main directory have a file called home.py
In this file would make the import of class "person" in this sub-directory
named model.
The Person class is as follows:
from db import google.appengine.ext
class Person (db.Model):
db.StringProperty name = ()
db.StringProperty nickname = ()
email = db.StringProperty ()
db.StringProperty password = ()
db.StringProperty session = ()
created = db.DateTimeProperty (auto_now_add = True)
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine/-/og73dPyfv7wJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.