Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8036049
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T02:29:23+00:00 2026-06-05T02:29:23+00:00

I am going to use App engine for my app i am building. I

  • 0

I am going to use App engine for my app i am building.

I am doing something like this.. from the app the user enters in information

class Employee(db.Model):
  first_name = db.StringProperty()
  last_name = db.StringProperty()
  hire_date = db.DateProperty()

  location = db.StringProperty();

  attended_hr_training = db.BooleanProperty()


employee = Employee(first_name='Antonio',
                last_name='Salieri')

employee.hire_date = datetime.datetime.now().date()
employee.attended_hr_training = True

employee.put()

Once the user is inserted i would like the user to receive a number that it is identified while it is in the database.

I would then like to notify the PC app that a new user has been added and then the PC will have the ability to send a something to the app and the message goes to the correct ID that the message was intended for.

Is this possible with App Engine?

EDIT:

i would like to have a main PC App that connects to each entity that gets notified when a new entry is made.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T02:29:26+00:00Added an answer on June 5, 2026 at 2:29 am

    I am not certain what you mean by “number that is identified”.

    You can store a record key like emp_key = employee.put() That will let you access that record without doing a database query. If that is what you mean.

    As far as notifying “PC app” depends on what the app is capable of. You can use channels, or xmpp to send the notice. The PC App could query the datastore periodically. There are lots of ways to do that. You send the PC App the record key as a string that it can return in the request to get the record.

    Although to be honest a PC app is so 1990. You probably should be using a web browser in which case go to my AE-BaseApp/Python click the Github link and go check out the source code. Examples of everything your asking for is there. It is still a very basic app I am working on that demonstrates how to do things in App Engine.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm not going to use other module like request , how about writing this
I'd like to use the URL fetch service for app engine (java). I'm just
I am going to use Google app engine Blobstore to store my uploaded files.
im going to use Sociallib library in my app to interact with social networks.
Possible Duplicate: Choosing Java vs Python on Google App Engine We are going to
I have a web app, I'd like the user to supply their real name,
Still wresting with GWT and App Engine, and I have come to this problem:
I'm using App Engine python to host an application and would love to use
I am trying to use set function in App Engine, to prepare a list
I want to provide rss feed under google app engine/python. I've tried to use

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.