Skip to content

Social network application following the book Django 3 by Example

License

Notifications You must be signed in to change notification settings

vitorpvcampos/social-net-django

Repository files navigation

social-net-django

Social network application following the book Django 3 by Example

Django CI Updates Python 3.8.5 Django 3.1 GitHub

How to run the project?

  • Clone the repository
  • Create a virtual environment
  • Install the dependencies
  • Run the migrations
git clone https://github.com/vitorpvcampos/social-net-django.git
cd social-net-django
pip install pipenv
pipenv install --dev
python manage.py migrate

Testss

Run the tests
python manage.py test -v 2

PEP8 lint

pipenv run flake8

About

Social network application following the book Django 3 by Example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published