Wednesday, April 21, 2021

Re: Assistance with Django Booking app

On 21/04/2021 12.51, Eric 247ERICPOINTCOM wrote:
> Thanks for your response, I have tried this option on pycharm. I just
> would like to know which of the packages I would need to install for
> this to work. 
> I checked that I dont have most of the packages installed.
>

I'm not really sure what you're trying to do, but if you cloned this
project I mentioned, all package requirements are listed in the
requirements.txt file which is more or less standard for pip.

You can install them with:

# pip install -r requirements.txt

In a virtual environment.

Be aware that I mentioned this project of mine for inspiration. I've
never really intended it to be used by anyone else, but you're of course
free to do so, just don't expect much support from my side.

Anyway, good luck with your project.

Kind regards,

Kasper Laudrup

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d6dc34d7-970c-87f9-a487-2da483822309%40stacktrace.dk.

No comments:

Post a Comment