-
Clone or download this repository;
-
Change directory to the projects folder and create a virtual environment;
-
On
\Event-Hive-repopython -m venv venv_event_hive- Activate the venv
.\venv_event_hive\Scripts\activate
-
Install the dependencies;
- On
\Event-Hive-repopip install -r .\requirements.txtpython.exe -m pip install --upgrade pip
- On
-
Run initial management commands
- On
\Event-Hive-repo- Create the database Migrations
python .\manage.py makemigrations
- Run the Migrations
python .\manage.py migrate
- Collect Static Files
python .\manage.py collectstatic --noinput
- Load the theme
python .\manage.py loaddata
- Create the database Migrations
- On
-
Create a Super User for testing
- On
\Event-Hive-repopython .\manage.py createsuperuser
- On
-
Run the project
- On
\Event-Hive-repopython .\manage.py runserver
- On
-
Access the admin panel
- Go to http://localhost:8000
- Port may differ if you change it on "runserver" command.
- Go to http://localhost:8000
-
Access to urls
usuarios/cadastro/
ArthurAugustinho/Event_Hive
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|