- Clone project with git
- Move to project root folder with
cd emailClient
- Create virtal enviroment with
python -m venv venv
- Active virtual enviroment with
source venv/bin/activate
(in Windowsvenv\Scripts\activate
) - Install proyect's packages with
pip install -r requirements.txt
- If you have Docker, you can run
docker run --name email_db -e POSTGRES_PASSWORD=yoursecretpass -p 5432:5432 --rm -d postgres
to run your Postgres database server - In your db server, create a database named
email_db
(it's depends of databases name in settings.py file, line 86) - If you are on windows
pip install django-extensions
- Once you have your db, you can run migrations with
python manage.py makemigrations python manage.py migrate
- Finally you can run th server with
python manage.py runserver
-
Notifications
You must be signed in to change notification settings - Fork 3
dzarkV/emailClient
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published