Skip to content

fntechgit/marketing-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual Env

$ python3.6 -m venv env

$ source env/bin/activate

Install reqs

pip install -r requirements.txt 

pip freeze > requirements.txt

pip install gunicorn psycopg2-binary

python manage.py makemigrations

python manage.py migrate

https://docs.djangoproject.com/en/3.0/topics/migrations/

create super user

python manage.py createsuperuser

static files

see https://docs.djangoproject.com/en/3.0/howto/static-files/deployment

$ python manage.py  collectstatic

locale

django-admin makemessages -l es django-admin compilemessages

dev server

python manage.py runserver

kill debug process

sudo lsof -t -i tcp:8000 | xargs kill -9

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages