Skip to content

tusharcoder/elasticdjango

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elasticdjango

#to set up the project

run virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt

#to migrate

python manage.py makemigrations core
python manage.py migrate

#to run project

python manage.py runserver

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages