Skip to content

CodingWithErik/testapp_django

 
 

Repository files navigation

Getting Started

First fork the repository from Github, clone it, and switch to the new directory:

$ git clone https://github.com/USERNAME/testapp_django.git
$ cd testapp_django

Activate the virtualenv for your project.

Install project dependencies:

$ pip install -r requirements/local.txt

Then simply apply the migrations:

$ python manage.py migrate

You can now run the development server which will give you more details:

$ python manage.py runserver

If you want a quick overview of what you'll be building you can see it here: https://gist.github.com/Nikola-K/e25d8bea233d4ffa59d526851cc92fb8

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.9%
  • HTML 42.7%
  • CSS 2.1%
  • JavaScript 1.3%