Skip to content

andrii-hantkovskyi/coolsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game blog project

This project is aimed to improve my work with Django.

To run this project you need:

  1. Clone this repository.
  2. Open your terminal and cd project's directory.
  3. Run pip install -r requirements.txt.
  4. Then make migrations with command python manage.py makemigrations.
  5. Migrate to your db python manage.py migrate.
  6. Run server python manage.py runserver.
  7. Open your browser and go to localhost:8000.

Front-end isn't very good, because I didn't focus on it :)

About

Game blog project with Django.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published