Creating a post/comment ability in Django [closed] - python

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I'm going to write a post/comment function in Django with models and views.
I need a good example and tutorial.
Or I need an example.

Take a look at Django tutorial: https://docs.djangoproject.com/en/1.6/intro/tutorial01/

Related

What does the SQLAlchemy engine do? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
What is the purpose of the SQLAlchemy engine?
How does the SQLAlchemy engine accomplish its goal?
I researched the concept on the official website but I couldn't fully understand it.

Can I make a application frontend for smartphones using Python? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I've done a little predictive program with Python and I would like to transform it in an application for smartphones. Can I accomplish it with Python itself, or should I use another language? If yes, what APIs would you recommend for that?
Thanks
You might be able to do this with Kivy.

Customzing Flask-Admin based on instance [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I'd like to add or remove some form_extra_fields based on the instance that will be displayed. The documentation is extensive around customizing the form for every member of the class but I'm having problems finding a hook where I can access the instance itself.

Python: Automatically Generate Google Form [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I'd like to be able to generate and publish a google form using python code. Is this possible?
Below link will give you an idea:
https://www.reddit.com/r/learnprogramming/comments/32xd4s/how_can_i_use_python_to_submit_a_google_form_or/

How to integrade MoinMoin into Pyramid? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
Does anyone know how to integrate MoinMoin into Pyramide? Are there any manuals? The similarity of this pylons+moinmoin
You maybe want to ask about "how to integrate any WSGI app into pyramid".
If that is answered, you can apply that to moin as it is just a WSGI app.

Categories

Resources