Re: Blog project help

2020-03-18 Thread Motaz Hejaze
where is your forms.py file ??? you have to write the comments form .. using forms.Form write field by field or using forms.modelform class meta : model = Comment On Wed, Mar 18, 2020 at 8:10 PM sanka nanaji wrote: > I cannot see forms/serializers here. You have to make a > modelserializer/f

Re: Blog project help

2020-03-18 Thread sanka nanaji
I cannot see forms/serializers here. You have to make a modelserializer/form in your serializers.py/form.py file and write class meta in that and put comment fields in model user. I would suggest you to go look in the document. Thank you On Wed, Mar 18, 2020, 13:06 Luka Nik wrote: > Yes, I used

Re: Blog project help

2020-03-18 Thread Luka Nik
Yes, I used that, but it's not working for me. Actually I combined two projects, but, I think my blog/post-detail is not working On Wed, Mar 18, 2020 at 6:00 PM Python Programming wrote: > Hello my friend this site is for you: > > https://djangocentral.com/building-a-blog-application-with-django

Re: Blog project help

2020-03-18 Thread Python Programming
Hello my friend this site is for you: https://djangocentral.com/building-a-blog-application-with-django/ ‫‪Luka Nik‬‏ <‪luka2...@gmail.com‬‏> در تاریخ چهارشنبه ۱۸ مارس ۲۰۲۰ ساعت ۱۹:۵۷ نوشت:‬ > Hello fellow djangos, > > I have a slight problem with my project, a simple solution is needed I > beli

Blog project help

2020-03-18 Thread Luka Nik
Hello fellow djangos, I have a slight problem with my project, a simple solution is needed I believe, but I couldn't figure it out. I wanted to add a comment section for my blog posts. Here is the code: Models.py: class Comment(models.Model): post = models.ForeignKey(Post, on_delete=models.

Re: project help

2011-12-30 Thread Jesramz
Here it is again: https://github.com/wtrevino/django-djobberbase/wiki On Dec 31, 12:39 am, Jesramz wrote: > I found something promising https://github.com/wtrevino/ > django-djobberbase/wiki">Djobberbase. In case this helps anybody > else. > > On Dec 30, 2:10 am, Jesramz wrote: > > > > > > > >

Re: project help

2011-12-30 Thread Jesramz
I found something promising https://github.com/wtrevino/ django-djobberbase/wiki">Djobberbase. In case this helps anybody else. On Dec 30, 2:10 am, Jesramz wrote: > Thank you Denis!  django-userena seems great. Im glad I asked for > advice. > > Im a noob so I dont quite get pinax fully. > > On De

Re: project help

2011-12-30 Thread Jesramz
Thank you Denis! django-userena seems great. Im glad I asked for advice. Im a noob so I dont quite get pinax fully. On Dec 28, 2:33 am, Denis Darii wrote: > You can also consider to use pinax:http://pinaxproject.com/ > > or userena for accounts:http://django-userena.org/ > > Denis. > > On Tue,

Re: project help

2011-12-28 Thread Denis Darii
You can also consider to use pinax: http://pinaxproject.com/ or userena for accounts: http://django-userena.org/ Denis. On Tue, Dec 27, 2011 at 8:58 PM, Jesramz wrote: > Hello All, > > I would like to create a job search project a lot like monster or > indeed. > > Does anyone have any resources

project help

2011-12-27 Thread Jesramz
Hello All, I would like to create a job search project a lot like monster or indeed. Does anyone have any resources such as other projects or repositories similar to what I'm looking for that can push me in the right direction? Or any advice whatsoever would also be appreciated. I am planning on

Transferring mySQL databases to Django project help

2007-05-11 Thread Michael Newman
I am switching over a couple of news Web sites to Django. Sadly our deadline is creeping up on me and I have never worked with mySQL before. One site has an active database with the tables that need to be transferred and the other has a text dump of the old database. I figure this should not take