It's very important that you create a virtual environment for every project and then install the project dependencies inside it so you can keep separate versions for different projects without having to uninstall and reinstall everytime.
If anyone has any problem setting up a virtual environment let us know.
Pratik Dey
@Pratikrocks
Hi
Sampark Sharma
@Phantsure
Hi @Pratikrocks you may choose from the given projects and any doubts ping us here. And welcome gsoc heat.
AnweshaDan
@AnweshaDan
Hi ! While building the Instagram project on my laptop, I am getting an error. The migration command is giving an error " No module named 'crispy_forms' ".
Himanshu Shekhar
@himanshu272
Did you install all the requirements?
SVS HARSHITH
@harshith331
@AnweshaDan It's not present in requirements.txt so do pip install
$ pip install django-crispy-forms
AnweshaDan
@AnweshaDan
@himanshu272 yeah. @harshith331 okay,trying that.
Archisman Ghosh
@archi-007
After modifying the templates section of insta project the console shows
Attribute Error: Settings object has no attribute 'TEMPLATE_CONTEXT_PROCESSORS'
Himanshu Shekhar
@himanshu272
What did you modify
Archisman Ghosh
@archi-007
How do I overcome this error?
ricky1812
@ricky1812
@archi-007 did u modify anytging?
Archisman Ghosh
@archi-007
I added django. Co
ricky1812
@ricky1812
Clone the project, then pip install -r requirements.txt . If u still have the error then tell.
Archisman Ghosh
@archi-007
I added django_facebook.context_processors.facebook to the 'OPTIONS'
Himanshu Shekhar
@himanshu272
Push your code to your forked repository and send the link here.
@himanshu272 how to build the project in my pc . i dont have linux right now
Himanshu Shekhar
@himanshu272
Use gitbash.
Archisman Ghosh
@archi-007
Ok
AnweshaDan
@AnweshaDan
I have just started with Django basics. So the webpage loads with the runserver command but once I add an app on the webpage, that extended URL doesn't load anymore. Do I need to run some specific command on cmd to run the URL ?
Himanshu Shekhar
@himanshu272
Is the app added in settings
Nirvik Agarwal
@nirvikagarwal
@Phantsure when I am downloading any video using the youtube downloader the browser gives an alert message that the video has been downloaded but nothing gets download into th system
Sampark Sharma
@Phantsure
see the downloads folder of yt_downloader
rishav4101
@rishav4101
hi! I have built the project ReviewBook in my laptop, and i want to change the background using canvas 5 html.
isha27255
@isha27255
How to enter into virtual environment in windows
Himanshu Shekhar
@himanshu272
Change into the project directory. Then .\<venv name>\Scripts\activate @isha27255
Go ahead @rishav4101 . Contact the projects mentor for further issues.
Arka
@arkaseth
I'm getting a build error when I try to run python3 manage.py makemigrations
Yash Vardhan
@Error-200
in the attendence tracking project there is no login did we have to build from scratch