Skip to content

SanchayPahalwani/todo_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1 Install Python 3.5/3.6 and Django Framework 2.0

Python version 3.5.x/3.6.x

Django version 2.0.x or up.

2 Clone the repository

via HTTPS

 git clone https://github.com/SanchayPahalwani/todo_backend.git

3 Python environment setup

Upgrade virtualenv

 pip install --upgrade virtualenv 
 virtualenv -p python3 env 
 source env/bin/activate

4 Install dependencies

Install the file named requirements.txt:

 pip install -U -r requirements.txt

5 Database migrations

After connecting the database, remember to apply the project migrations.

 python manage.py makemigrations todo 
 python manage.py migrate

6 Run

 python manage.py runserver

About

It is backend written in Django/Python for a customized ToDo app with the use of TastyPie.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages