Skip to content

wansaTI/dg_moz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Project

The aim is to list all Django Girls Workshops held in Mozambique

Table of contents

Overview

Built with

  • Django - Python Web Framework

Requirements

  • Python (3.6, 3.7, 3.8, 3.9, 3.10, older)
  • Django (2.2, 3.0, 3.1, 3.2, 4.0, older)

We highly recommend and only officially support the latest patch release of each Python and Django series.

Installation

  • Install using pip...
  1. pip install -r requirements.txt

How to contribute

To contribute to this project you have to fork it and clone it.

git clone https://github.com/ctivir/dg_moz.git Clone project

After cloning it, in the project directory, run:

  1. cd dg_moz Get project folder

  2. python3 -m venv env create virtual env

  3. source env/bin/activate activate virtual env

  4. ./python manage.py createsuperuser create superuser to have access to django admin

  5. ./manage.py makemigrations create new migrations based on the changes you have made to your models.

  6. ./manage.py migrate appy all migrations.

  7. ./manage.py runserver to run the app in the development mode. Open http://localhost:8000 to view it in the browser.

    The page will reload if you make edits.

Useful resources

Acknowledgments

About

This project is based on the Django Girls Workshops in Mozambique.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published