İçereği Atla
Menü
Bu soru işaretlendi
3129 Görünümler

Hello,


I'm trying to edit the main.py controller file to make some sites available only after the user login.


For example, i have two sites:


www.mysite.com/site1

www.mysite.com/site2


I want to be able to view site1 without login and site2 private, only after the user logged in.


In the main.py i'm trying to add a new method:


@http.route('/site2',type='http',auth='user',website=True)

    def site2(self,**kw):

    // i don't know what put here


Someone can help me with the information i have to put to get what i want?


Thanks for your help

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
4
May 25
3246
2
Oca 25
2148
4
Oca 25
4246
0
Kas 24
1552
1
Kas 24
2353