Conversation
|
I'm not able to get the post_detail to work i.e. view when you click on individual blog items. Please check |
|
Is this for training or you want blog? If you want a blog do you have something to show? If not the whole app can come later there are other things more important I believe than this or no? For instance do you have a contact page/form? |
|
I was doing it as part of my training but I would like to tell stories as
well.
You already had a contact form. I have linked it but it needs work to make
sure it works.
…On 4 Jan 2018 18:01, "Alexandros Giavaras" ***@***.***> wrote:
Is this for training or you want blog? If you want a blog do you have
something to show? If not the whole app can come later there are other
things more important I believe than this or no? For instance do you have a
contact page/form?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#3 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ATGoW1b8gF_lr0QcvzybdaB9KBZwqHRPks5tHQQCgaJpZM4RPF8b>
.
|
|
well instead of doing the blog why don't you fix this then? The blog needs a lot of work and it's not so simple as it sounds and if you don't have material to put on it I don't think it's the right time to start it. For instance I judge as far more important the analysis of the collected data than creating a blog. |
|
Im ok with parking blog for now. Please point me to how I can get the
mainApp working so that imports of data (market + directories) work and
then we can do the analysis.
…On 4 Jan 2018 18:27, "Alexandros Giavaras" ***@***.***> wrote:
well instead of doing the blog why don't you fix this then? The blog needs
a lot of work and it's not so simple as it sounds and if you don't have
material to put on it I don't think it's the right time to start it. For
instance I judge as far more important the analysis of the collected data
than creating a blog.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#3 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ATGoWxf_wUtWT8rcXRpHYf_FvhyHTvs4ks5tHQoOgaJpZM4RPF8b>
.
|
|
Ok what you need to do is two things:
These two will look sth like this There are however some things to consider:
Don't put all these in the |
|
Thanks. I'll do my best. This seems daunting but lets see. I'll begin
with login and contact form first.
…On 5 Jan 2018 21:29, "Alexandros Giavaras" ***@***.***> wrote:
Ok what you need to do is two things:
1. Upload the cleaned document we generate
2. Read the document and then store properly the entries
These two will look sth like this
def upload_doc(request):
if request.method=='POST':
#save the document
#read the document and update DB
else:
#simply return the view
There are however some things to consider:
1. Do you read the doc synchronously or asynchronously?
2. Error handling (the doc may be clean but this does not mean that
you won't get any errors)
Don't put all these in the mainApp. This app is there for serving simple
views like the index page, about etc. You have the uploadFileApp for
doing the uploading this is what I suggest but it's up to you in the end
how you want to do it. Moreover, I strongly suggest to think a bit what you
want to show eventually to your users before continuing and how they will
interact your DB.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#3 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ATGoW6Bpps-1zK3MMk-hf57tBvZ6mKwgks5tHoZBgaJpZM4RPF8b>
.
|
Added blog application and added models to Django admin