pipenv shell
to create the virtual environment. You need to install previously Pipenv tool by typing from the command linepip install --user pipenv
- Once you activated the virtualenv you need to intall the project dependencies. In order to do so, type from the command line
pipenv install -r requirements.txt
- After installing all the dependencies, you need to run the server by typing
python manage.py runserver
. Make sure you have the virtual environment activated. If not, the command line will show an error. Django and the rest of dependencies are installed within the virtual env so, if all the dependencies contained within the requirements TXT file are not installed, django will not be able to execute the project.
-
Notifications
You must be signed in to change notification settings - Fork 0
fraanaalonso/e-learning
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
An e-learning platform
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published